What the heck controls the height of the IGuiCombobox dropdown height ???
Thanks
ComboBox Dropdown
Re: ComboBox Dropdown
Yeah, that was missing so far. I've recently added functions to control that in trunk when I noticed it (setMaxSelectionRows). This can't get into 1.7.3 as it changes the interface, so right now you either use svn trunk, wait for 1.8 or patch it locally.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: ComboBox Dropdown
It's NOT a critical thing, all in all, but a corollary question:
How stable is a trunk build ( dev isn't it)?
Possible time time to 1.8?
If I've add a patch request to the tracker - how long before it can be considered/added ?
Thanks for the reply(s).
How stable is a trunk build ( dev isn't it)?
Possible time time to 1.8?
If I've add a patch request to the tracker - how long before it can be considered/added ?
Thanks for the reply(s).
Re: ComboBox Dropdown
I work with the trunk version most of the time (updating every few weeks to it in a project with which people work daily) and we always try to keep svn working. But occasionally something breaks as it just happens when you add new stuff, so once in a while it might have problems for a few days (usually until someone tells us about it).
Don't know about 1.8 release, I hope we manage it still this year. Also can't tell about patch, but seems to be more something Hybrid would apply and he is usually doing that rather fast.
Don't know about 1.8 release, I hope we manage it still this year. Also can't tell about patch, but seems to be more something Hybrid would apply and he is usually doing that rather fast.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: ComboBox Dropdown
Somewhat off-topic here, but since you did not create a new thread so far... Please submit a patch, against SVN/trunk. It's almost impossible to find the version of IRrlicht you are using and get the changes from your cpp/.h files. Moreover, adding 1channel/8bit color format is a rather problematic change, as most iimage handling methods won't work with this format. And please create a discussion thread for such changes.