Magma Expert Licensed User Longtime User Jul 20, 2017 #1 Hi there again... (yes again) I am searching if there is ready toast message class/lib that will allow show many of them at bottom-right screen.. 1st down 2nd up from down.. etc And for example when 1st disappear 2nd goes down, 3rd ... etc.. I think abmaterial can do that (but i don't want to add a too big library+i think is more for web apps) is there any routine or something..
Hi there again... (yes again) I am searching if there is ready toast message class/lib that will allow show many of them at bottom-right screen.. 1st down 2nd up from down.. etc And for example when 1st disappear 2nd goes down, 3rd ... etc.. I think abmaterial can do that (but i don't want to add a too big library+i think is more for web apps) is there any routine or something..
Magma Expert Licensed User Longtime User Jul 20, 2017 #2 Found it... B4X: Private cutils As ControlsUtils cutils.ShowNotification("Controls FX Notification", "Shown in screen", cutils.ICON_WARNING) need jControlsFx Last edited: Jul 20, 2017 Upvote 0
Found it... B4X: Private cutils As ControlsUtils cutils.ShowNotification("Controls FX Notification", "Shown in screen", cutils.ICON_WARNING) need jControlsFx