Alexander Stolte Expert Licensed User Longtime User Jul 20, 2020 #1 Hey, it would be nice if you have the possibility to use the BCToast across all pages and it stays visible when you close the page like in the native ToastMessage.
Hey, it would be nice if you have the possibility to use the BCToast across all pages and it stays visible when you close the page like in the native ToastMessage.
Erel B4X founder Staff member Licensed User Longtime User Jul 21, 2020 #2 It is simple in B4A: B4X: bc.Initialize(B4XPages.GetNativeParent(Me)) Just pass the single activity that holds all pages as the parent. Upvote 0
It is simple in B4A: B4X: bc.Initialize(B4XPages.GetNativeParent(Me)) Just pass the single activity that holds all pages as the parent.