Open GoogleCodeExporter opened 9 years ago
Original comment by kenneth....@gmail.com
on 18 Feb 2009 at 1:47
Ken, Although you've recently updated the HudComboBoxUI and related
EPComboPopup, there is still a problem
in that they don't deal well with a combo popup which has too many items to fit
the screen vertically. The
attached two files are hacked versions that make the necessary changes. Really
it's just EPComboPopup that
needs the changes; the other is just a slightly modified HudComboBoxUI that can
be installed on a combo box to
visually test the results.
Original comment by rbs10025@gmail.com
on 15 Sep 2009 at 10:38
Attachments:
I'll try and get this integrated soon -- it looks like you've done most of the
work for me, which I appreciate!
Original comment by kenneth....@gmail.com
on 15 Sep 2009 at 10:44
The big question may be how to handle visual feedback when the user moves the
mouse over one of the scroll
arrows I've added to the combo popup. I opted to make the arrows blink, but
that wasn't based on any example
in an app. I just couldn't find an example with a cursory look around.
The thing that drove me to distraction was having to figure out that the combo
popup needed to be marked
completely between uses if its size and position did not change, and to force a
repaint. Otherwise, it seemed to
be pulling a cached version of its earlier appearance out of the ether.
Original comment by rbs10025@gmail.com
on 16 Sep 2009 at 3:15
Marked complete _dirty_ I meant to say.
Original comment by rbs10025@gmail.com
on 16 Sep 2009 at 3:25
Original issue reported on code.google.com by
rbs10025@gmail.com
on 18 Feb 2009 at 1:51Attachments: