H headingwest Member Licensed User Longtime User Oct 13, 2012 #1 Hi, I have an array of imageviews going to the same event. How do I tell which imageview was clicked? The event generated by the designer has no parameters. Thanks.
Hi, I have an array of imageviews going to the same event. How do I tell which imageview was clicked? The event generated by the designer has no parameters. Thanks.
NJDude Expert Licensed User Longtime User Oct 13, 2012 #2 You will need to use the ImageView tag and also Sender. Last edited: Oct 13, 2012 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 14, 2012 #3 See this tutorial: Tick-Tack-Toe: working with arrays of views Upvote 0