During a EVT_LIST_ITEM_SELECTED it returns the correct index value/
line position, however, during a wx.EVT_TREE_ITEM_ACTIVATED it always
returns '0'. However, item.GetText(), returns the proper results.
Possible bug?
During a EVT_LIST_ITEM_SELECTED it returns the correct index value/
line position, however, during a wx.EVT_TREE_ITEM_ACTIVATED it always
returns '0'. However, item.GetText(), returns the proper results.
Possible bug?
> During a EVT_LIST_ITEM_SELECTED it returns the correct index value/
> line position, however, during a wx.EVT_TREE_ITEM_ACTIVATED it always
> returns '0'. However, item.GetText(), returns the proper results.
> Possible bug?
wx.TreeItemId does not have a GetId method.
--
Robin Dunn
Software Craftsmanhttp://wxPython.org