B4A Question [B4X] B4XPages - ShowPage with Parameters like CallSubDelayed2 - Alexander Stolte    Jun 14, 2020 How can i show a B4XPage with parameters?... Italian CallSubDelayed2 - Fulvio75    Feb 28, 2023 Ciao, il CallSubDelayed posto all'interno di una Classe chiama una sub dentro in un modulo?
Mi da errore durante la compilazione:
CallSubDelayed2(BlueTooth... B4A Question callsubdelayed2 how to close activity - tsteward    Apr 26, 2021 a button on activity 2 calls callsubdelay2 to open activity3 "Feedback" when complete it uses callsubdelay2 to return to Vehicle and process and save the data collected in Feedback.
Whilst in... B4A Question [SOLVED] How to mimic CallSubDelayed2 in B4XPages? - incendio    Jan 17, 2021 Hi guys,
In Activities based app, I use this code
Sub btn_click
CallSubDelayed2(myMod,"ShowInfo","Info")
End Sub
That codes will bring myMod into active activity and Call sub ShowInfo.
How to mimic this behaviour in B4Pages based app?... B4A Tutorial Download huge files with HttpUtils2 - Erel    Jul 25, 2021   (18 reactions)   tags: download, erel, download with progress '<--- download link dd.EventName = "dd" dd.Target = Me CallSubDelayed2... Job.Success) Job.Release End Sub Cancel a download: Sub btnCancel_Click CallSubDelayed2...Better to use: https://www.b4x.com/android/forum/threads/simple-progress-http-download.127214/#post-796463 The attached project includes a slightly modified version of HttpUtils2 and a new service...) RandomAccessFile As this is a modified version of OkHttpUtils2 you should not reference OkHttpUtils2... B4A Question [Solved] Can't call CallSubDelayed2 with Variable? - incendio    Oct 11, 2016 Hi guys,
I have this code that raised an error
Sub Test(RowId)
CallSubDelayed2(CallFrom...)
CallSubDelayed2(CallFrom, "MySub",RowId)
Activity.Finish
End Sub
Fix the error. It is a bug or... B4A Question NotificationBuilder calling Activity using CallSubDelayed2 - Anser    Jul 23, 2016 Hi,
Using NotificationBuilder, when the user touch the Notification, I can invoke an Activity by using the following code. Unfortunately, I don't find a way to send few parameters to the Activity along with this. For eg CallSubDelayed2
nb.setActivity(MyActivityName)
I have an activity which I call using CallSubDelayed2 using a parameter. For eg
nb.setActivity=CallSubDelayed2(MyActivityName... B4J Question File upload problem when using iframe in Chrome and Edge (CallSubDelayed2?) - hcm (first post)    Mar 17, 2023 I solved it by eliminating the CallSubDelayed2- but I have no clue why this was a problem when the file was uploaded through an iframe... Bug? B4A v5.5 beta #1 - CallSubDelayed2 argument - Pendrush    Nov 5, 2015 With this code
CallSubDelayed2(Me, "test", -1)
Sub test(number As Int) '<- error... B4A v5.2 argument is always integer in this case.
in B4A v5.5 beta #1, argument is sometimes integer... B4A Question CallSubDelayed2 returned a blank value - Mahares    Jan 20, 2015 Sub
'Activity2:
Sub Activity_Create(FirstTime As Boolean)
CallSubDelayed2(Main...The object of this exercise is to use SubDelayed2 in Activity2 to display a value in MAIN activity... Page: 1   2   3   4   5   6   7   |