Is it possible to use sleep commands with B4A 6.5?
I saw following a @Erel thread that used this code to intercept errors in the servicer Starter (Application_Error)
Does it correspond to B4A 7 sleep?
I saw following a @Erel thread that used this code to intercept errors in the servicer Starter (Application_Error)
B4X:
Dim jo As JavaObject
Dim l As Long = 500
jo.InitializeStatic("java.lang.Thread").RunMethod("sleep", Array(l))
Does it correspond to B4A 7 sleep?
Last edited: