Hi All,
A quick query on CustomToast.Show. In the sample below I believe this should show the message for 30 seconds, it shows for only 4-5 seconds. Is this the limit on the display time?
CustomToastMsg has been defined and initialized.
Any Feedback would be great. I am now thinking a label and a timer would be better but this is a puzzle.
Regards Roger
A quick query on CustomToast.Show. In the sample below I believe this should show the message for 30 seconds, it shows for only 4-5 seconds. Is this the limit on the display time?
CustomToastMsg has been defined and initialized.
Any Feedback would be great. I am now thinking a label and a timer would be better but this is a puzzle.
Regards Roger
B4X:
CustomToastMsg.Show("This is a CustomToast Message",30000,Gravity.TOP,0,35%y)