I've been noticing some glitches with the combo box, in particular:
When resizing a parent window, the drop-down list for the combo box
is being drawn (creates a white flashing while resizing).
When the drop-down list is displayed and you click on the arrow, the
drop-down list doesn't go away (which is how things normally work on
Windows).
Nothing critical, just something for the to do list . (I'm using NT 4.0sp5,
latest wxPython for 1.5.2 ).
Enjoy,
Mike
···
__________________________________
Mike C. Fletcher
Designer, VR Plumber
http://members.home.com/mcfletch
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users
Robin
2
I've been noticing some glitches with the combo box, in particular:
When resizing a parent window, the drop-down list for the combo box
is being drawn (creates a white flashing while resizing).
What kind of window is the combobox's parent? grandParent? What styles are
used to create the combo?
When the drop-down list is displayed and you click on the arrow, the
drop-down list doesn't go away (which is how things normally work on
Windows).
Works for me. What events have you hooked for the combo? Do they call
event.Skip()?
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users