if i use MultiLineEditbox::setReadOnly(true);
the MultiLineEditbox can still be activated...
is there a way to suppress that the MLEB can get the focus.
(I've got a console with the MLEB as output and an editbox as input,
i wan't the MLEB to be scrollable, but not to have the focus)
Search found 7 matches
- Fri May 25, 2007 15:50
- Forum: Help
- Topic: multiline editbox enabled
- Replies: 2
- Views: 2713
- Mon Sep 11, 2006 14:42
- Forum: Modifications / Integrations / Customisations
- Topic: Modal Windows
- Replies: 10
- Views: 7140
- Mon Sep 04, 2006 20:47
- Forum: Offtopic Discussion
- Topic: Codepage dependend utf8 -> ascii conversion (solution!)
- Replies: 4
- Views: 5555
- Fri Sep 01, 2006 15:46
- Forum: Offtopic Discussion
- Topic: Codepage dependend utf8 -> ascii conversion (solution!)
- Replies: 4
- Views: 5555
Codepage dependend utf8 -> ascii conversion (solution!)
Hi folks, I've written a small function for converting CEGUI::String to std::string dependend on the Codepage - so your umlauts are converted too! The disadvantage of this function: it depends on the ICU library ( http://icu.sf.net ) The advantage : it is portable (since ICU is availible for *nix, t...
- Wed Jul 12, 2006 11:21
- Forum: Help
- Topic: Windows with transparent background & underlying windows
- Replies: 6
- Views: 4538
- Wed Jul 12, 2006 08:54
- Forum: Help
- Topic: Windows with transparent background & underlying windows
- Replies: 6
- Views: 4538
- Tue Jul 11, 2006 13:15
- Forum: Help
- Topic: Windows with transparent background & underlying windows
- Replies: 6
- Views: 4538
Windows with transparent background & underlying windows
I created some windows with transparent Backgrounds. With an image from an .png which is at 75% alpha. Now every window is rendered fine, but when a windows is on top of the other, the underlying window is shining through, but i don't want that. I wan't that the parts covered by the top window are n...