From: Marco T. <wx...@so...> - 2002-04-30 16:42:45
|
hello, i get an unexplainably "EVT_LIST_ITEM_DESELECTED"... you can reproduce it with the listctrl sample: - remove "wxLC_EDIT_LABELS|" on line 97 - add something like "print "here\n";" after line 512 (to better see the event) - start the sample - set the list to multiple selection (menu -> List -> last one) - click on an item - click on the SAME item again -> "EVT_LIST_ITEM_DESELECTED" you get an "here" on the console (or whatever's in your print line) i mean no item is deselected. this shouldn't occur?!?!? has anyone an explanation / workaround? Wx 0.11 beta 4 Active Perl 631 greeting Marco |