Search found 3 matches
- Thu Apr 26, 2007 21:55
- Forum: Help
- Topic: text on the screen
- Replies: 3
- Views: 3656
- Thu Apr 26, 2007 21:19
- Forum: Help
- Topic: text on the screen
- Replies: 3
- Views: 3656
text on the screen
how can I write a text on the screen without a border? I'm working with ogre too, and I was trying to write with the overlay system, but then the mouse of cegui appears behind this overlay, I tried with staticText but it seems that it does not exist anymore, so I read to use Window, but nothing happ...
- Thu Apr 26, 2007 19:52
- Forum: Help
- Topic: unicode problem
- Replies: 1
- Views: 2468
unicode problem
maybe someone could help me with an issue with cegui editbox->getText(); I typed an accentuated word in the editbox like 'pé de sapé'. when I try to pick the word with the code Code: CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton(); CEGUI::String voc = wmgr.getWindow((CEGUI::utf...