B4A Class [B4X] CallSubPlus - CallSub with explicit delay - Erel    Nov 30, 2015   (26 reactions) Notes
- Make sure to include an underscore in the target subs names if you intend to compile with obfuscation.
- CallSubDelayed will start the target service or activity if needed (see this tutorial for more information: https://www.b4x.-callsubdelayed-to-interact-between-activities-and-services.18 B4A Question I want to make a simple alarm clock using service? - teddybear (first post)    Nov 10, 2024 The method is CallSubDelayed(main,"Service_ShowTimer") 158477 B4A Question Getting device phone number in Starter service. - toby (first post)    Jun 18, 2020   (1 reaction) My Solution: CallSubDelayed(Starter, "Activity_Create_Complete") Wait For Activity_Create_Complete Log(strCell) B4A Question Question abaut CallSubDelay - Erel (first post)    Mar 14, 2021   (1 reaction) 1. The method name is CallSubDelayed.
2. No. B4XPages is explained here: https://www.b4x.com/search?query=B4XPages
3.
You should post the relevant code and error message. As I said, you don't need to do anything special. B4A Question get data from different module - Erel (first post)    Oct 04, 2017   (1 reaction) Check this tutorial: Using CallSubDelayed to interact between activities and services B4A Question Only the original thread that created a view hierarchy can touch its views. - agraham (first post)    Oct 21, 2024 Yes, CallSubDelayed runs the Sub on the main thread, not the calling thread. You could do the same with OPenGL2.RunOnGuiThread. B4A Question I would like the user to set a time in my app to receive a notification. - Andrew (Digitwell) (first post)    Dec 08, 2021 use Callsubdelayed to call a sub in the service to set the hours. https://www.b4x./?query=callsubdelayed Italian CallSubDelayed: utilità? - Star-Dust (first post)    Jan 28, 2022   (1 reaction) Chiama quando tutte le operazioni in coda sono complete, non solo quelle dell'applicazione. Ad esmpio il Refresh delle viste (UI) da parte del sistema operativo, funzioni in attesa.
Questo è usato quando ti accorgi che una CallSub non viene eseguita e i log ti segnala che è stata soppressa.
Th B4J Tutorial [B4X] Resumable Subs - Sleep / Wait For - EnriqueGonzalez (first post)    May 04, 2017 Hello! This work: CallSubDelayed(Main, "initSQL_Complete") wait for initSQL_Complete 'in Main But triggers an IDE warning for Sub initSQL_Complete not found! B4A Question DoEvents needed? - OliverA (first post)    Apr 16, 2020   (1 reaction) Ok, I may display my ignorance here, but CallSubDelayed creates an event, CallSub is a direct call and would therefore not give your app a chance to process other events. Plus if it were an Event generator, the sub would never get called (and here it is) since the loop has nothing in it to allow the Page: 1   2   3   4   5   6   7   Powered by ColBERT |