G grafsoft Well-Known Member Licensed User Longtime User Apr 8, 2014 #1 Hi, I want to know which events touchimageview or imageview supports, not only click and logclick, but also swype, resize and the like. In general: It is easy to see a list of properties and methods in the editor, but how can I find out about events?
Hi, I want to know which events touchimageview or imageview supports, not only click and logclick, but also swype, resize and the like. In general: It is easy to see a list of properties and methods in the editor, but how can I find out about events?
thedesolatesoul Expert Licensed User Longtime User Apr 8, 2014 #2 For events, in a new space, type Sub<space><Tab> will show you objects, select TouchImageView and it will list you all the events and their parameters. Upvote 0
For events, in a new space, type Sub<space><Tab> will show you objects, select TouchImageView and it will list you all the events and their parameters.