Bug? BCToast message won't go away

MrKim

Well-Known Member
Licensed User
Longtime User
While working on my other problem I was hacking away and found this. I realize this probably shouldn't be done but here it is.
B4A only app. Activity_Create. B4A 13.7 Beta.
If you do a BCToast.show THEN load the layout the toast message will appear on the screen and not go away. ToastMessageShow does not have this problem.
No need to respond I realize this is minor.
 

MrKim

Well-Known Member
Licensed User
Longtime User
There's little point in displaying a toast before Activity_Create has completed.

Call a Sub that shows the toast, using CallSubDelayed.
True enough. This is more of an FYI.
 
Top