Android Question Problem with CallSubDelayed2

masky

Member
Licensed User
Longtime User
Hello!!!


I need to pass parameters between a service module and an activity with a high frequency, so I use CallSubDelayed2, but this function has a delay because the message will be stored in a special message queue, and sometimes when the message is processed this has changed. How can I pass this parameters as soon as possible? The ideal situation, if I use CallSubDelayed2, immediately after the function is executed.

Thanks.
 

masky

Member
Licensed User
Longtime User
In order to clarify…In Visual .NET if I use EmulPT.printlcd(dtrx), printlcd is executed just after the sentence, but in B4A if I use CallSubDelayed2(EmulPT,"printlcd",dtrx), this doesn’t happen.
 
Upvote 0
Top