Search found 7 matches
- Sat Nov 14, 2009 11:32
- Forum: Help
- Topic: Irrlicht 1.6 and CEGUI 0.7.1 weird crash
- Replies: 1
- Views: 2002
Irrlicht 1.6 and CEGUI 0.7.1 weird crash
Hello ! I just decided to move from 0.6.2 to 0.7.1 so I did all the modifications required but I get a weird crash when I call renderGUI... If I call System::getSingleton().setGUISheet(root); The crash will occur but if I comment it out, it won't... Here is the code : mRenderer = &CEGUI::Irrlich...
- Sun Nov 08, 2009 12:46
- Forum: Help
- Topic: CEGUI::String <-> MySQL (ucs2_unicode_ci)
- Replies: 2
- Views: 2371
CEGUI::String <-> MySQL (ucs2_unicode_ci)
Hello, I currently have a database encoded in "ucs2_unicode_ci" and I would like to know how I can convert the data received from the SQL database to a CEGUI::String ? Note : When I receive the data from the database it's a byte array. How does the CEGUI::String know which encoding it's su...
- Sun Sep 06, 2009 12:29
- Forum: Help
- Topic: delete CEGUI::System::getSingletonPtr(); crash
- Replies: 3
- Views: 2124
delete CEGUI::System::getSingletonPtr(); crash
Hello ! I ve got CEGUI working fine except when I close the application, I clean up my ressources but when it comes to CEGUI, it crashes on : delete CEGUI::System::getSingletonPtr(); I check to see if the Singleton isn't NULL and it's not... I really don't see what I can do. Info : I am using the Ir...
- Mon Oct 27, 2008 01:22
- Forum: Help
- Topic: Multiline listbox
- Replies: 3
- Views: 2525
- Sat Oct 25, 2008 18:20
- Forum: Help
- Topic: Multiline listbox
- Replies: 3
- Views: 2525
Multiline listbox
Hi ! I am trying to figure out a way to use multiline for each of my items because horizontal scrolling is annoying... Here is my listbox code : server = (Listbox*)Wmgr->createWindow("TaharezLook/Listbox","ServerList"); MenuBackground->addChildWindow( server &...
- Sat Oct 25, 2008 17:41
- Forum: Help
- Topic: How to detect which window was closed
- Replies: 3
- Views: 2094
- Sat Oct 25, 2008 01:47
- Forum: Help
- Topic: How to detect which window was closed
- Replies: 3
- Views: 2094
How to detect which window was closed
Hi ! I am trying to detect on which frameWindow I have to close when the close button is pressed... Here is my code : PopUp = (FrameWindow*)Wmgr->createWindow ("TaharezLook/FrameWindow"); MenuBackground->addChildWindow(PopUp); PopUp->setMinSize(UVector2(UDim...