dinilkarun 8 Posting Whiz in Training

Hi all,

I am using a tree control for multiple selections by implementing "wx.TR_MULTIPLE" property. The tree is bound by the event "EVT_TREE_SEL_CHANGING". On click of each item, value for that item is being populated.Similarly, The value should disappear on clicking the selected item again.Now,when I click the last item selected, the value does not disappear.
If I click any other item than the last selected item, the application works fine. The problem is only with the last clicked item.

PS : I have already tried using "EVT_TREE_SEL_CHANGED" event.

Please help....

Thank You.