I am finding a problem with wx.gizmos.TreeListCtrl.
Platform winxp sp2, python2.4, wxpython2.6.0.1
When UnselectAll called, when there is no selection,
the python program will break. This can be
reproduced by modifying the demo, inserting an
UnselectAll() at init.
Best regards
ZhangYue张岳
zhangyue99@tsinghua.org.cn
2005-08-29
You should only call UnselectAll() after you have at least the root
item.
If you don't have any item then your program will break.
Ricardo
···
On Mon, 2005-08-29 at 16:05 +0800, ZhangYue张岳 wrote:
I am finding a problem with wx.gizmos.TreeListCtrl.
Platform winxp sp2, python2.4, wxpython2.6.0.1
When UnselectAll called, when there is no selection,
the python program will break. This can be
reproduced by modifying the demo, inserting an
UnselectAll() at init.