Hi,
b4xpages , b4i : I use toast.Initialize(Root) but the ToastMessage is not shown.
I use for test : toast.Show($"The time now is $Time{DateTime.Now}"$)
I use landscape and there is a panel mypanel which cover the whole page (with anchors) .
If I use : toast.Initialize( mypanel), I see the toast message and it disappears after a while,
but the problem is it is too near to the bottom of the page and its behind the line where you swipe to put the app in the background.
Is there a option to change the position of the toastmessage ?
b4xpages , b4i : I use toast.Initialize(Root) but the ToastMessage is not shown.
I use for test : toast.Show($"The time now is $Time{DateTime.Now}"$)
I use landscape and there is a panel mypanel which cover the whole page (with anchors) .
If I use : toast.Initialize( mypanel), I see the toast message and it disappears after a while,
but the problem is it is too near to the bottom of the page and its behind the line where you swipe to put the app in the background.
Is there a option to change the position of the toastmessage ?
Attachments
Last edited: