[wxPython-dev] 20060902 test build uploaded
Robin Dunn
robin at alldunn.com
Mon Sep 4 17:34:09 PDT 2006
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.
>>> 2. The picker demo GPFed after running the combotreebox demo after
>>> you try to dropdown the "read-only" style. This is reproducable at
>>> will.
>>
>> Yep, I've reported these to Frank already. It works well in 2.6
>> (where it has also been added to CVS) but I don't think he has had a
>> chance to test it in 2.7 yet.
>
> It seems the line "wx.CallAfter(self._tree.SetFocus)" in
> BasePopupFrame.Show is the cause. If I comment that line the demo works,
> except for the popup not having focus of course.
>
> Commenting that line also stops the GPF from happening.
>
> I'll see if I can find some other way to set focus to the popup.
I don't remember details, but I seem to remember something about it
being possible for combos to get two kill_focus events when only one
would be expected, or something like that.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-dev
mailing list