Richard Phipps Member Licensed User Jul 25, 2021 #1 I have a few animated Gif's which are on one activity page and i want the user to be able to click each GIF and another activity open with a bigger version of the the animation Currenlty I am using a label below each GIF which looks messy is it possible to create additional events?
I have a few animated Gif's which are on one activity page and i want the user to be able to click each GIF and another activity open with a bigger version of the the animation Currenlty I am using a label below each GIF which looks messy is it possible to create additional events?
AnandGupta Expert Licensed User Longtime User Jul 25, 2021 #2 Normally we put a transparent panel above the gif and use the events of the panel. Upvote 0
Richard Phipps Member Licensed User Jul 25, 2021 #3 ahhh! like this myPanel.Color = Colors.ARGB(0, 0, 0, 0) excellent it worked..thanks! Upvote 0