I try save selection in wxTreeCtrl and then restore it later. When I call SelectItem method, it unselect all others seleced items. And in result only one item (last in list) selected in tree. How I can select not only one item? Or it is bug?
I try save selection in wxTreeCtrl and then restore it later. When I call SelectItem method, it unselect all others seleced items. And in result only one item (last in list) selected in tree. How I can select not only one item? Or it is bug?
There is no SetSelections method, but the probably should be to go with GetSelections. Please enter a feature request about it.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!