Search found 2 matches
- Sun Jan 16, 2011 22:29
- Forum: Modifications / Integrations / Customisations
- Topic: ItemListBox EventSelectionChanged has null entry selected
- Replies: 2
- Views: 3810
Re: ItemListBox EventSelectionChanged has null entry selected
Well, you gave me a great idea, idk if the event is getting fired with null and with the selection. I'll try to skip when the selection is null and see if I can get some results. Thanks. EDIT: YEAH! I've put a if(!ie) return true; Turning the code as the follow: { const CEGUI::WindowEventArgs& w...
- Sat Jan 15, 2011 02:29
- Forum: Modifications / Integrations / Customisations
- Topic: ItemListBox EventSelectionChanged has null entry selected
- Replies: 2
- Views: 3810
ItemListBox EventSelectionChanged has null entry selected
I think that may be a bug, but I'm not sure. So I'm going to tell it in here. I have around 5 ItemListBox using the same callback when selection changes, like this: _itemlistbox->subscribeEvent(CEGUI::ItemListbox::EventSelectionChanged, CEGUI::Event::Subscriber( &Application::eventSCComposerList...