[wxPython] crash: EVT_LIST_ITEM_ACTIVATED

If I press spacebar twice in a ListControl under, w98 crashes in my
application (not in the demo).
All trials to inhibit a second entry don't change it.
During ACTIVATED I load data over serial com with win32file and display
a progressdialog (duration from some seconds to 2 minutes). The same
action initiated by LEFT_DCLICK runs properly also if I press then
the spacebar. There is no binding made by EVT_KEY_UP/DOWN.
Any hints?

(W98/Python1.5.2/wx2.2.2)

Udo

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

If I press spacebar twice in a ListControl under, w98 crashes in my
application (not in the demo).
All trials to inhibit a second entry don't change it.
During ACTIVATED I load data over serial com with win32file and display
a progressdialog (duration from some seconds to 2 minutes). The same
action initiated by LEFT_DCLICK runs properly also if I press then
the spacebar. There is no binding made by EVT_KEY_UP/DOWN.
Any hints?

(W98/Python1.5.2/wx2.2.2)

Crash is away by the following change.
Now I don't destroy the ListControls and create new ones after
getting data but only delete the rows/cols and insert the new items.
So the ListControls don't change their memory location
during the dialog.

Udo

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users