Search found 8 matches
- Fri Jan 23, 2009 00:58
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: CEGUI::UnknownObjectException when tree is used
- Replies: 4
- Views: 5175
- Wed Jan 21, 2009 21:21
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: CEGUI::UnknownObjectException when tree is used
- Replies: 4
- Views: 5175
CEGUI::UnknownObjectException when tree is used
The following exception messages are displayed in VS2005 output and logged in CEGUI.log whenever trees are used (e.g. just run the tree sample project). I am running 0.6.2 with directx 9 renderer. No code were modified off the zip files downloaded. The tree in sample project is using Taharez scheme,...
- Thu Oct 02, 2008 18:34
- Forum: Help
- Topic: menu bar item scaling
- Replies: 2
- Views: 1838
- Tue Sep 23, 2008 21:48
- Forum: Help
- Topic: disabled staticimage and statictext
- Replies: 4
- Views: 2485
Thanks for the quick reply. I moved the image rendering into the enabled and disabled StateImagery and used the priority property like you suggested. This way I lose the ability to specify different image rendering area with and without frame, but at least I get the dimmed effect when disabled in al...
- Thu Sep 11, 2008 02:20
- Forum: Help
- Topic: disabled staticimage and statictext
- Replies: 4
- Views: 2485
disabled staticimage and statictext
I want to make a custom staticimage (and statictext) looknfeel that dims its content (image or text) when it's disabled. Based on existing looknfeel, the xml should look something like this? <section section="image or text section name"> <Colours topLeft="FF7F7F7F" topRight="...
- Wed Jul 23, 2008 00:43
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: multicolumnlist crash
- Replies: 1
- Views: 2740
multicolumnlist crash
I made two multicolumnlists with list items inside each. When I try to shift click to select multiple items across these two lists (i.e. select an item from one list, shift click an item from the other list), I get a exception "the given listboxitem is not attached to this multicolumnlist"...
- Mon Jul 21, 2008 21:22
- Forum: Help
- Topic: menu bar item scaling
- Replies: 2
- Views: 1838
menu bar item scaling
Is there a way to get the menu bar buttons to scale? I made a menu bar on top of the screen, with 4 buttons in it that occupy the entire width of the bar. On changing resolution to a higher setting, I get extra space on the right side, I want them to maintain the same relative scale and occupy the w...
- Mon Jul 14, 2008 18:29
- Forum: Help
- Topic: LookNFeel Question: Creating a "grouping window".
- Replies: 11
- Views: 6749
Sorry to resurrect an old thread but I got a couple questions regarding group box that's related to this. I created a group box and tried to add children windows such as buttons and edit box to it in layout editor. When I try to save, none of the children windows get saved to the layout. Is this a b...