Search found 21 matches
- Mon Feb 26, 2007 01:21
- Forum: Help
- Topic: Yet another upgrading error
- Replies: 4
- Views: 3198
scriptkid - Sorry to take so long to reply, I missed your post. (double checked my BB profile and it should have emailed me?) Anyhow, I finaly gave up on my skin when i found the skin used in the new ogre samples. The new skin doesn't have a courier so I changed all my source to refer to a bluehighw...
- Sun Feb 18, 2007 04:35
- Forum: Help
- Topic: Yet another upgrading error
- Replies: 4
- Views: 3198
- Sun Feb 18, 2007 04:32
- Forum: Help
- Topic: Yet another upgrading error
- Replies: 4
- Views: 3198
Additional info: I realized there was a skin included with the ogre download. Just for fun I used the that skin.. I changed my font to reference the bluehighway-12.font instead. I am still crashing with the following cegui.log error Finished creation of Imageset 'TaharezLook' via XML file. 17/02/200...
- Sun Feb 18, 2007 04:22
- Forum: Help
- Topic: Yet another upgrading error
- Replies: 4
- Views: 3198
Yet another upgrading error
Several questions. I've got to be missing somthing obvious. I upgraded to the latest Ogre3d, which came with the latest CEGUI (0.5) My prevously functioning schema files are no longer working as planed. When I launch the game I get the following error in my cegui.log 17/02/2007 20:12:35 (InfL2) Fini...
- Wed Jul 26, 2006 16:08
- Forum: Help
- Topic: Identifying active buttons/windows
- Replies: 5
- Views: 4047
- Sat Jul 22, 2006 22:02
- Forum: Help
- Topic: Identifying active buttons/windows
- Replies: 5
- Views: 4047
Identifying active buttons/windows
I have implemented my own taborder widgit, I give it a std::list of CEGUI::Window pointers and it handles tabbing between each one. I have 2 issues i have not been able to solve. 1: I want to have my tab widget be destroyable. I need to unsubscribe from windows to do this safly. I don't know how to ...
- Wed May 03, 2006 00:11
- Forum: Modifications / Integrations / Customisations
- Topic: About horizontal scroll bar in ListBox
- Replies: 2
- Views: 2374
Was doing a couple searches through the forums and found this entry, I also would find it usefull to have a wordwrapping listboxitem, especially if it re-wrapped when the listbox changed size. On my list of todo's but not right now. Has anyone else allready done work on this that could be easily eno...
- Mon Mar 27, 2006 16:23
- Forum: Help
- Topic: IsVisble not reacting as expected
- Replies: 3
- Views: 3584
- Sun Mar 26, 2006 21:21
- Forum: Help
- Topic: IsVisble not reacting as expected
- Replies: 3
- Views: 3584
IsVisble not reacting as expected
I changed my menu implemenation to preload all of my menus then I just change the main sheet to the menu I need. (related post http://www.cegui.org.uk/phpBB2/viewtopic.php?p=7577#7577) Now I am having trouble with IsVisible(). I loop through all of the CEGUI windows, attempting to collect informatio...
- Sun Mar 26, 2006 21:17
- Forum: Help
- Topic: Changing Main Sheets
- Replies: 2
- Views: 3458
- Sun Mar 26, 2006 21:11
- Forum: Help
- Topic: Making a list box selectable [Solved]
- Replies: 4
- Views: 4112
Found it! found a wiki page: http://www.cegui.org.uk/wiki/index.php/FAQ And I am now able to highlight selected items! Thanks! Wasn't obvious to me because I didn't realize I could set the selection color individualy for each item. But I can see where that would be usefull. I am suprised there isn't...
- Sun Mar 26, 2006 20:52
- Forum: Help
- Topic: Making a list box selectable [Solved]
- Replies: 4
- Views: 4112
Ok, I believe you. But I can't find the code that does this. I looked though the CEGUIListbox.h and CEGUIWindow.h and I cant find any set, select, or color that suggests it will do as you suggest. I also did a couple find in files of the whole CEGUI directory, and the only thing I can find is text l...
- Sat Mar 25, 2006 21:24
- Forum: Help
- Topic: Making a list box selectable [Solved]
- Replies: 4
- Views: 4112
Making a list box selectable [Solved]
I am using 0.4.1 CEGUI, and the CEGUI layout editor. I have a page with 2 list box's on them. I can add to my list boxes text and it apears just fine. Problem is I want to make the list box items selectable, right now you click on them and nothing happens. They should highlight or somthing right? Do...
- Sat Mar 25, 2006 21:19
- Forum: Help
- Topic: Problems populating a listbox
- Replies: 4
- Views: 4138
- Sun Mar 19, 2006 01:33
- Forum: Help
- Topic: Changing Main Sheets
- Replies: 2
- Views: 3458
Changing Main Sheets
My current implemenation calls destroy all windows then calls load layout every time I want to switch which menu i'm looking at. I am curious, is this the intended way CEGUI should be used? or should I preload all my menus and then just call setGUISheet() to switch back and forth? Pro's Cons? can's?...