Hello!
There is no slider for scrolling the window in the GUIEditor, so not all the options can be set.
In the UserInterface and in the MeshViewer, if I set the GUI transparency to zero, there are still visible parts. This glitch was present in the previous versions, too.
Tabs hangs out from the clip rectangle of the window a bit.
Just wanted to note.
Cheers,
PI
Minor GUI bugs [fixed 2/3]
Thanks for reporting. I'll just have to put the gui-bugs on my todo for now, but I'll try to reproduce them when I come to it.
I think the editor-problem has been reported in the past. Maybe that should better be a bug-tracker entry as it might not be so trivial to change. I also have the feeling that we might need a new maintainer for that tool... I don't think anyone touched that one for some time by now.
I think the editor-problem has been reported in the past. Maybe that should better be a bug-tracker entry as it might not be so trivial to change. I also have the feeling that we might need a new maintainer for that tool... I don't think anyone touched that one for some time by now.
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
OK, I found a bunch of problems with transparency. I think most troublesome are icons. In other cases it's partly that colors get set only once and don't update.
- Scrollbars - the icons for the buttons stay black
- windows - titlebar-blue and icon in titlebar
- tabs - the text in the tabheader
- combobox - the text in the title and the icon
- checkbox icons
- table - text in elements
Definitely stuff that should be fixed.
- Scrollbars - the icons for the buttons stay black
- windows - titlebar-blue and icon in titlebar
- tabs - the text in the tabheader
- combobox - the text in the title and the icon
- checkbox icons
- table - text in elements
Definitely stuff that should be fixed.
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
No problem, I would've checked all gui-elements anyway :-).
I just wrote it down here in case anyone knows further elements which I missed.
I just wrote it down here in case anyone knows further elements which I missed.
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
OK, fixed the color stuff in the 1.7 svn branch. I even found a few more ;-)
Couldn't fix it for now for the SpinBox element. I would have needed to add a virtual function which would have changed the binary interface, so I think I'm not allowed to do that in a bugfix release. If that's a problem I allowed for now updating colors for that manually by doing for example element->setValue(element->getValue()). But when I don't forget it I will also do a real fix for that for 1.8.
Couldn't fix it for now for the SpinBox element. I would have needed to add a virtual function which would have changed the binary interface, so I think I'm not allowed to do that in a bugfix release. If that's a problem I allowed for now updating colors for that manually by doing for example element->setValue(element->getValue()). But when I don't forget it I will also do a real fix for that for 1.8.
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
I think I have fixed the problem with tabs hanging out of their clipping rect now (in svn release branch 1.7). So only one problem left :-)
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