Search found 7 matches

by nebukadnezzar
Fri May 25, 2007 15:50
Forum: Help
Topic: multiline editbox enabled
Replies: 2
Views: 2445

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)
by nebukadnezzar
Mon Sep 11, 2006 14:42
Forum: Modifications / Integrations / Customisations
Topic: Modal Windows
Replies: 10
Views: 5895

when you open Window21

call Window11->setModal(false)




and when you close window21

call Window11->setModal(true)

... this should do it i think....
by nebukadnezzar
Mon Sep 04, 2006 20:47
Forum: Offtopic Discussion
Topic: Codepage dependend utf8 -> ascii conversion (solution!)
Replies: 4
Views: 4857

this is the output from your ogre.log i assume... and since your "ö" was transcoded from two bytes in the CEGUI::String to one byte in the std::string the transcoding seems to work... your issue could be the encoding/codepage of your log file, that can't display the "ö" try to se...
by nebukadnezzar
Fri Sep 01, 2006 15:46
Forum: Offtopic Discussion
Topic: Codepage dependend utf8 -> ascii conversion (solution!)
Replies: 4
Views: 4857

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...
by nebukadnezzar
Wed Jul 12, 2006 11:21
Forum: Help
Topic: Windows with transparent background & underlying windows
Replies: 6
Views: 4116

yes the background is rendered...

hmm isn't it possible to tell/modify the OGRECeGUIRenderer to not draw the pixel from the underlying window that are covered?
it should have a similar effect or not?
by nebukadnezzar
Wed Jul 12, 2006 08:54
Forum: Help
Topic: Windows with transparent background & underlying windows
Replies: 6
Views: 4116

I'm sorry for my bad English....

Here is a good example:

Image

You can see the background through the top-most window.
but you can't see the parts of the underlying windows.
by nebukadnezzar
Tue Jul 11, 2006 13:15
Forum: Help
Topic: Windows with transparent background & underlying windows
Replies: 6
Views: 4116

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...

Go to advanced search