Hi
I have a question about
callSubDelayed X
I want to start an activity with' callSubDelayed'.
ALWAYS first - 'Activity_Create' is called first and executed completely?
or could make the following sense.
I call e. g. from the' main'.
callSubDelayed2(actTest,"anzeigen","test")
in the actTest there is then the entry sub
sub anzeigen (Param as String)
wait for (initOk = True)' probably not the correct syntax!
Toast Messageshow (Param, true)
end sub
where InitOk is initially set to' False' at the start of the activity.
and if everything is executed then InitOk = True
and only now the sub 'anzeigen' should show the toast message.
I hope they've described it a little understandably.
Regards Frank
Translated with
www.DeepL.com/Translator