Android Question Indicate messages to user with non blocking boxes

Abbas Shah

New Member
Hello

I read from this thread that all dialog boxes are blocking

https://www.b4x.com/android/forum/threads/android-views-controls-and-dialogs.7319/

However, I find myself doing a task in which the user saves a value in to a file by pressing a button. I want to display the message "Value saved" in a square box at that appears for 1 second only. However, I am not able to find such a resource. Dialog/Message boxes won't work since they stop execution. All I am wanting is to display the said message or user confirmation.

thanks.
 

udg

Expert
Licensed User
Longtime User
Did you try "ToastMessageShow" ?

udg
 
Upvote 0

Abbas Shah

New Member
Hello

Thank you. Thats what I was looking for. I tried to search it myself.

Is there documentation for these kind of things? If so, can you point me out since I wasn't able to find it.
 
Upvote 0
Top