Looked through the log file after running it with the subscription in the splash image's definition. There's no error when loading the splash layout file. It logs a success.
Sorry for the late response, this is what happens when you only work twice a week.
Search found 3 matches
- Thu Sep 17, 2009 14:17
- Forum: Modifications / Integrations / Customisations
- Topic: Setting StaticImage Clicked Handler in XML
- Replies: 3
- Views: 3895
- Mon Sep 14, 2009 19:09
- Forum: Modifications / Integrations / Customisations
- Topic: Setting StaticImage Clicked Handler in XML
- Replies: 3
- Views: 3895
Setting StaticImage Clicked Handler in XML
Hi, I'm currently trying to create a splash page that will advance to the main screen when clicked. I currently have a static image with 2 children, a static text and a button (don't want the button). In the code I was able to use splashimage->subscribeEvent( CEGUI::Window::EventMouseClick, &Han...
- Mon Aug 17, 2009 20:36
- Forum: Unofficial CEGUI-Related Tools
- Topic: CheckListboxItem in ItemListbox is not saved by LayoutEditor
- Replies: 7
- Views: 17658
CheckListboxItem in ItemListbox is not saved by LayoutEditor
Hey all, As a sample for my project I tried adding a CheckListboxItem (from this tutorial) to an ItemListbox in CELayoutEditor. I made the CheckListboxItem a child of the ItemListbox, but the CheckListboxItem didn't save with the layout file. It happens just the same with just using a ListboxItem. M...