Bug on ResumableSub.
does not detect the warning logs.
I hope you warn me that my ResumableSub does not return anything
private sub myfunction as ResumableSub
'return true
end sub
Hello team,
Last month i created a webapp using both of them. Everything working fine in debug and release mode in my pc (localhost:8081). When i upload at my ubuntu VPS, i encounter many errors. Here is a sample code that i use to store personal data to Supabase:
Sub btnSave_Clicked(Target As...
Summary:
In a B4A class, I need a Sub to execute, among other instructions, Sleep() and then a Wait For (a long task), but subsequent lines of code are never executed; removing the Sleep() is not an option (doing so, instructions are executed as expected).
Reproduction Steps:
Install and...
Just starting with B4XPages and noticed that ResumableSub is not behaving the same as in a non B4XPages project.
In an activity based project I can run this from Main with no problem:
Dim rs As ResumableSub = CSV2List(File.DirRootExternal & "/PhonePats", "menu_props2.csv", True, 44, 34...
Because when I write functions, some become Resumables and others do not?
Sometimes when I write a simple function, I notice with surprise that a message appears indicating that a Resumable sub can only return a ResumableSub value or nothing.
How did a simple function become a resumable sub?
Trying to add real-time log messages to my app, so I can investigate problems if not a the PC.
The running code should pause while the message is showing and this is not as easy as I thought it
would be.
Currently I am trying this:
In a code module (called General) I have this:
Public Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.