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 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 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 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. 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 Spanish [SOLUCIONADO] Sub en un Service - dar2o3 (first post)    Jun 22, 2016 CallSubDelayed(nombredelservicio, "nombresub") B4A Question CallSubDelayed - HeartBeat - DonManfred (first post)    May 13, 2015   (3 reactions) There are events which should be called but the activity is in background (due to this events cannot be raised in this activity). The event is put then into the messagequeue and will be called if the activity is running again.... 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 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 B4A Question CallSubDelayed to open an Activity - Erel (first post)    Jul 29, 2018   (1 reaction) Check the tutorial: Using CallSubDelayed to interact between activities and services
Yes.
Yes. Page: 1   2   3   4   5   6   7   Powered by ColBERT |