B4A Class [B4X] CallSubPlus - CallSub with explicit delay - Erel    Nov 30, 2015   (26 reactions) The parameter type must be an array of objects.
For example:
Sub Activity_Click
Log($"Click: $Time{DateTime.Now}"$)
Starter.csu.CallSubPlus(Me, "Sub_1", 2000) 'run in two seconds
Starter.csu.CallSubPlus2(Me, "Sub_2", 1000, Array("Value 1", "Value 2")) 'run in one second
End Sub
Sub Sub_1 B4A Question FadeOut Animation and Remove View - Erel (first post)    Sep 26, 2016   (1 reaction) CallSubUtils class is compatible with B4i. You can use SetAlphaAnimated instead of SetVisibleAnimated. B4A Question Subscribe to library updates - Erel (first post)    Nov 30, 2015   (3 reactions) CallSubUtils class - https://www.b4x./ Extension to CallSub and CallSubDelayed. Run a task in x milliseconds. B4A Question Short delay between playing two audio files - DonManfred (first post)    Apr 16, 2017   (2 reactions) https://www.b4x./?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# B4A Question SetVisibleAnimated working too fast - Erel (first post)    Apr 13, 2016   (1 reaction) You need to add CallSubUtils class to your project. B4A Question Issue with .GetContentHeight from the WebviewExtras and WebViewExtras2 library - Seneca (first post)    Jan 25, 2018 CallSubUtils isn't an external library, right? It was implemented from version v.6.8
Is this correct? B4i Tutorial MJPEG / CCTV Server - Erel (first post)    Dec 26, 2016   (1 reaction) I've uploaded a new version. It uses CallSubUtils to add a delay before the client is removed from the list. This solves issues related to the fact that AsyncStreams_Error event can be raised multiple times. 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. B4J Question [Solved] Out of Memory Issue - Harris (first post)    Oct 28, 2021 Looking at the error log closely, it seems that the csu.callsub timer may be an issue... As Erel stated: "Why am I using this?" Short answer - legacy... I try avoiding "Fixing what ain't Broken" - until it breaks - like now! ' at abmtripinspect.ti.com.callsubutils._plusimpl(callsubutils.java:1 B4J Question Resend command if no reply - aaronk (first post)    Jan 18, 2017   (1 reaction) I ended up using CallSubUtils with a Map. When I send a message I am putting the Key as the ID, and the value of that as the value I am sending. I am also then triggering a sub using CallSubUtils. So once the message is sent, I am calling a sub in 3 seconds time. csu.CallSubPlus2(Me, "Send_again" Page: 1   2   3   4   5   6   7   Powered by ColBERT |