[wxPython] Minor glitches in the wxComboBox

Frame - Panel - ComboBox
style = wxCB_DROPDOWN

No events bound for combo box (same effect if there are events bound,
though).

Panel has bound EVT_SIZE (it's during sizing that the flickering occurs)
with:
  def OnSize(self, evt):
    self.Layout()

NT 4.0sp5, wxPython 2.2.1, python 1.5.4.

Enjoy,
Mike

···

-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Monday, October 30, 2000 3:08 PM
To: wxpython-users@lists.sourceforge.net
Subject: Re: [wxPython] Minor glitches in the wxComboBox

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
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users