Search found 3 matches
- Mon Feb 09, 2015 7:09 pm
- Forum: Beginners Help
- Topic: nothing happening in EGET_SCROLL_BAR_CHANGED with listboxes
- Replies: 3
- Views: 618
Re: nothing happening in EGET_SCROLL_BAR_CHANGED with listbo
ok Thanks I got a work around for right now at least. Thanks for your time.
- Mon Feb 09, 2015 7:51 am
- Forum: Beginners Help
- Topic: nothing happening in EGET_SCROLL_BAR_CHANGED with listboxes
- Replies: 3
- Views: 618
Re: nothing happening in EGET_SCROLL_BAR_CHANGED with listbo
I realize a little late I didn't really post any helpful code... Here's any code that I can think of that might be helpful toward solving my issue. virtual bool OnEvent(const SEvent& event) { if(event.EventType == EET_GUI_EVENT) { s32 id = event.GUIEvent.Caller->getID(); ...
- Mon Feb 09, 2015 7:01 am
- Forum: Beginners Help
- Topic: nothing happening in EGET_SCROLL_BAR_CHANGED with listboxes
- Replies: 3
- Views: 618
nothing happening in EGET_SCROLL_BAR_CHANGED with listboxes
Hello! I've been messing around with irrlicht for a little while now and have found it a really good system to work with. but I have been having a issue, I needed the listbox to be able to hide the scrollbar and to be able to make one scrollbar change all the boxes and I almost have it, but currentl...