Search found 4 matches

by Bane
Thu Aug 14, 2008 19:40
Forum: Help
Topic: Data loss in generalized windows.
Replies: 1
Views: 1358

Solved I used my singleton to keep track of the string of the last window clicked and used a parsing and deparsing method to find out the names of oriented windows mousepressed bool mousePressed(const OIS::MouseEvent &arg, OIS::MouseButtonID id) { CEGUI::System::getSingleton(...
by Bane
Wed Aug 13, 2008 22:09
Forum: Help
Topic: Problem creating a simple window in Ogre
Replies: 9
Views: 6020

sure look at my post about generalized windows in the forum, right under yours right now.

or basically change CEGUI::FrameWindow*
to just CEGUI::Window*
by Bane
Wed Aug 13, 2008 20:40
Forum: Help
Topic: Problem creating a simple window in Ogre
Replies: 9
Views: 6020

have you tried just a regular window?
by Bane
Wed Aug 13, 2008 17:17
Forum: Help
Topic: Data loss in generalized windows.
Replies: 1
Views: 1358

Data loss in generalized windows.

Basically I'm making a config manager, all the windows are generated dynamically. For each part of the config there is a button, and window associated with it. and on each window has a statictext and editbox that will edit the config file. All is fine when creating the windows.. But i need interacti...

Go to advanced search