madru Active Member Licensed User Longtime User Nov 18, 2020 #1 Morning, little problem.... e.g. showing a toast message... B4X: toast.Initialize(Activity) toast.DurationMs=2000 toast.Show("some text") during the toast is open go to the taskswitcher and return to your 'Activity' and you will note that the toast is still there and will not disappear any way to remove the toast? THX p.s. same like here, I can't move to B4XPages as I need 'rotation' of the activity
Morning, little problem.... e.g. showing a toast message... B4X: toast.Initialize(Activity) toast.DurationMs=2000 toast.Show("some text") during the toast is open go to the taskswitcher and return to your 'Activity' and you will note that the toast is still there and will not disappear any way to remove the toast? THX p.s. same like here, I can't move to B4XPages as I need 'rotation' of the activity
Ertan Active Member Licensed User Nov 18, 2020 #2 why don't you use this? B4X: ToastMessageShow("message",True) Upvote 0