Page 1 of 1

Minor GUI bugs [fixed 2/3]

Posted: Mon Jul 05, 2010 11:40 am
by PI
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

Posted: Mon Jul 05, 2010 7:38 pm
by CuteAlien
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.

Posted: Tue Jul 06, 2010 10:25 am
by PI
I should say thank you for dealing with it! And also for making this great engine better and better! :)

Posted: Mon Jul 12, 2010 9:19 pm
by CuteAlien
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.

Posted: Tue Jul 13, 2010 7:34 am
by PI
Yes, sorry, next time I've got issues I go into details! Thanks anyway! :)

Posted: Tue Jul 13, 2010 8:18 am
by CuteAlien
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.

Posted: Wed Jul 14, 2010 10:52 pm
by CuteAlien
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.

Posted: Thu Jul 15, 2010 3:18 pm
by PI
Oh, coolness! Thank you very much! :) I'm sure you won't forget it! (Why? Because of the previous sentence! :D)

Thanks,
PI

Posted: Fri Dec 17, 2010 9:51 pm
by CuteAlien
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 :-)