use the iHUD library
search in forum
I found https://www.b4x.com/android/forum/threads/b4x-callsubplus-callsub-with-explicit-delay.60877/#content
use CallSub with explicit delay
I hope a effect for three ToastMessageShow disappear one by one
my code is
but the three message display in same time,and disappeared same time
like the delay time is no used
I need you help
I post all zip file
thank you for all
search in forum
I found https://www.b4x.com/android/forum/threads/b4x-callsubplus-callsub-with-explicit-delay.60877/#content
use CallSub with explicit delay
I hope a effect for three ToastMessageShow disappear one by one
my code is
B4X:
Dim csu As CallSubUtils
csu.CallSubDelayedPlus(Me,DisMessage(1),10000)
csu.CallSubDelayedPlus(Me,DisMessage(2),5000)
csu.CallSubDelayedPlus(Me,DisMessage(3),400)
like the delay time is no used
I need you help
I post all zip file
thank you for all