Other Cancel CallSubUtils B4I/B4X - Erel (first post)    Jun 17, 2021 I would never use CallSubUtils. It was useful before Sleep feature (resumable subs) was available.... B4A Question How to Pause/Stop/Interrupt Running Events using CallSubUtils - b4aexpress (first post)    Sep 25, 2017 OK, thanks, noted!... B4J Question [Solved] Out of Memory Issue - Harris    Oct 27, 2021 .callsubutils._plusimpl(callsubutils.java:130)
' at abmtripinspect.ti.com.callsubutils._callsubdelayedplus2(callsubutils.java:73)
' at abmtripinspect.ti.com.main._prtim_tick(main.java:477)
'... B4A Class [B4X] CallSubPlus - CallSub with explicit delay - Erel    Nov 30, 2015   (26 reactions) As CallSubUtils
End Sub
Sub Service_Create
csu.Initialize
End Sub
Notes
- Make sure to include... it much simpler. You just need to call CallSubPlus with the target sub and the delay.
Internally... Other B4A v6.80 has been released! - Erel    Mar 1, 2017   (43 reactions) CallSubUtils is included as a library. Menu click event implementation changed to avoid issues... layout files and CallSub methods. Typeface.FONTAWESOME / MATERIALICONS constants. Icon picker... B4R Tutorial Timers, Loopers and CallSubPlus - Erel    Jan 8, 2017   (19 reactions) to other B4X tools with CallSubUtils class: https://www.b4x.com/android/forum/threads/60877/#content... Timer1_Tick pin13.DigitalWrite(Not(pin13.DigitalRead)) End Sub CallSubPlus is similar to a timer that fires once. CallSubPlus allows you to run a sub after a specified duration. Like a timer it doesn't block the thread. Blink example based on CallSubPlus: Sub Process_Globals Public Serial1... (tag As Byte) pin13.DigitalWrite(True) CallSubPlus("LedOff", 1000, 0) End Sub Private... B4A Tutorial [B4X] CloudKVS - synchronized key / value store - Erel    Jul 17, 2016   (62 reactions)   tags: B4X, Erel, CloudKVS, Key value store online an existing project then you need to add:
1. CloudKVS and CallSubUtils modules.
2. The two custom types... HttpUtils2.
The server project depends on jBuilderUtils library. The library is attached... B4A Question Short delay between playing two audio files - DonManfred (first post)    Apr 16, 2017   (2 reactions) https://www.b4x.com/android/forum/pages/results/?query=CallSubUtils Note that CallSubUtils are included in the ide in b4a 6.8 (or earlier) See especially the Documentationlink https://www.b4x.com/android/help/callsubutils.html#callsubutils_callsubdelayedplus... B4A Question Can't find Httputils2 library after installing v11.80 - Didier9 (first post)    Sep 4, 2022 Public job1 As HttpJob ' requires OkHttpUtils2 and OkHttp libraries Public csu As CallSubUtils ' requires CallSubUtils.bas library ... B4A Question Use of RunDelayedData - Erel (first post)    Jun 2, 2017 You don't. It is used internally by CallSubUtils.
Note that CallSubUtils is no longer needed as it is simpler to use Sleep with or without CallSubDelayed.... Page: 1   2   3   4   5   6   7   |