Hello,
using a ListCtrl with label editing enabled, I noticed that when is
emitted wx.EVT_LIST_END_LABEL_EDIT also wx.EVT_WINDOW_DESTROY is
emitted, so my application is confused. Is that normal, can be avoided?
Thanks in advance for any help.
Fabrizio
You could avoid this (and other difficulties) with an ObjectListView:
http://objectlistview.sourceforge.net/python
···
------------------------------------------------------------------------
Phillip Piper www.bigfoot.com/~phillip_piper phillip_piper@bigfoot.com
A man's life does not consist in the abundance of his possessions
-----Original Message-----
From: wxpython-users-bounces@lists.wxwidgets.org
[mailto:wxpython-users-bounces@lists.wxwidgets.org] On Behalf Of Fabrizio
Pollastri
Sent: Friday, 16 January 2009 1:11 PM
To: wxpython-users@lists.wxwidgets.org
Subject: [wxpython-users] label edit end emits window destroy
Hello,
using a ListCtrl with label editing enabled, I noticed that when is
emitted wx.EVT_LIST_END_LABEL_EDIT also wx.EVT_WINDOW_DESTROY is
emitted, so my application is confused. Is that normal, can be avoided?
Thanks in advance for any help.
Fabrizio
_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users