[wxPython-dev] 20060902 test build uploaded

Frank Niessink frank at niessink.com
Tue Sep 5 15:16:38 PDT 2006


Robin Dunn:
> Frank Niessink wrote:
>> Robin Dunn:
>>> Chris Spencer wrote:
>>>> Platform: Windows XP, Python 2.5pre1
>>>>
>>>> Bugs encountered in the first 5 minutes:
>>>> 1.  The combotreebox demo...when I hit the downarrow box, the control
>>>> flashes, but doesn't actually do anything.

I managed to fix this on MSW by changing the parent class of the =

PopupFrame from wx.MiniFrame to wx.Frame. Robin, did the MiniFrame =

implemention change between 2.6 and 2.7?

>>>> 2.  The picker demo GPFed after running the combotreebox demo after
>>>> you try to dropdown the "read-only" style.  This is reproducable at
>>>> will.

This was due to a OnSelectionChanged event handler being called on the =

ComboBox class when the tree ctrl was being deleted, while the combobox, =

apparently, already had been deleted. Fixed by adding a 'if =

self.IsBeingDeleted()' guard clause to the event handler.

Attached is version 0.9 of ComboTreeBox.

Cheers, Frank

PS: I still need to test this version on Mac and Linux, but it's late =

and I wanted to get this out in time for a next prerelease if possible.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: ComboTreeBox0.9.zip
Type: application/x-zip-compressed
Size: 10580 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-dev/attachments/2006090=
6/3a1c2afd/ComboTreeBox0.9.bin


More information about the wxpython-dev mailing list