I have a strange situation:
When I set an item to be checked with:
_GUICtrlTreeView_SetChecked($TestsViewHandle, $CurrentItemHandle , True)
If the item is a parent : _GUICtrlTreeView_GetSelection return True Handle Value which is OK,
But the problem if the item is a child : _GUICtrlTreeView_GetSelection return Wrong Handle Value = 0x000000.
Although If I set a child with the mouse to be checked (not with the _GUICtrlTreeView_SetChecked function)
_GUICtrlTreeView_GetSelection return True Handle Value which is OK,
I hope you understand my problem.
Why is that?
Thanks,
Adi
Edited by atzoref, 04 February 2012 - 02:31 PM.





