Android Question Missing Erel's tutorial

EnriqueGonzalez

Expert
Licensed User
Longtime User
A long time ago, Erel created a post about how to handle multiple events that were constantly triggered and showing only the last value, i know its vague but i have spent some time already looking for it on google and here in the forum.
 
Solution
Dam* found it.
The index pattern.

It was resumable sub. Thanks @aeric

aeric

Expert
Licensed User
Longtime User
I think it is about using Tag property for many buttons and set the same event name. It is a video?
 
Upvote 0

EnriqueGonzalez

Expert
Licensed User
Longtime User
It was a gif, or a simple video not like the Venmo ones. May be the buttons example could be, I remember having a global variable keeping the index of the events
 
Upvote 0

EnriqueGonzalez

Expert
Licensed User
Longtime User
Dam* found it.
The index pattern.

It was resumable sub. Thanks @aeric
 
Upvote 1
Solution
Top