Hi All
I have a class that I use to show Toast like custom message (popup).
The class depends on an internal timer to remove the popup.
Using B4A, just like ToastMessageShow, I call the class from anywhere (any sub from within an activity), the message gets displayed properly and the timer event gets triggered as expected, at which point the popup is removed.
Using B4I, it is not working properly, unless I create a global class that I reference everywhere.. for this particular case, I can live with that, but I have other similar classes that depend on internal timers, that shouldn't be created/referenced globally.
Does anyone have a solution for the above?
Thanks
I have a class that I use to show Toast like custom message (popup).
The class depends on an internal timer to remove the popup.
Using B4A, just like ToastMessageShow, I call the class from anywhere (any sub from within an activity), the message gets displayed properly and the timer event gets triggered as expected, at which point the popup is removed.
Using B4I, it is not working properly, unless I create a global class that I reference everywhere.. for this particular case, I can live with that, but I have other similar classes that depend on internal timers, that shouldn't be created/referenced globally.
Does anyone have a solution for the above?
Thanks