wx.combo.ComboCtrl file selector demo crashes...

E. A. Tacao wrote:

...unless I change the self.SetValue(dlg.GetPath()) to
self.SetText(dlg.GetPath()).

It seems that wx.combo.ComboCtrl doesn't like SetValue when the
standard popup isn't shown, what makes sense, but the entire app
crashes when SetValue is called. No error messages, only the standard
msw dialog asking if I want to report that back to MS.

[wxPython 2.8.3.0 ansi, Python 2.4.4 on msw XP]

Looks like this has already been fixed. Please verify in the last 2.8.4 preview build.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!