No subject
Thu Oct 26 19:20:09 CEST 2017
public myTree as new mytreeview(me)
mytree.x = 123
mytree.y = 123
mytree.width=123
mytree.height= 123
mytree.add("1","test")
mytree.add("2","test1")
This is showing nicely on the form.
I now tried to activate the click event.
public sub mytree_Click()
message("You clicked a item")
end sub.
When I click test or test1 it do not fire the click sub.
Also tried the mytree.Menu() sub and if It do not fire either.
Regards Rohnny
--
-----------------------------------------
Gambas brings Basic to Linux.
My Gambas Community http://forum.stormweb.no
More information about the User
mailing list