Hi All
I was trying to use Webview for this purpose but then I stumbled across a post done by The MASTER which showed me a better way of doing it using imageview. This worked perfectly in one of the subs that I was loading a set amount of images - Well Done Erel
New video tutorial: Resumable subs is a new feature added in B4J v5.50 / B4i v4.00 / B4A v7.00. It dramatically simplifies the handling of asynchronous tasks. (This feature is a variant of stackless coroutines.) The special feature of resumable subs is that they can be paused, without...
Now I wanted to add the same process to another Sub but I now get an error on the second one. In looking at the original page where I got the info, I see that one is marked good to use and the other one is marked bad. So I used the Good.
This is the error I get in the Compiler which is on the Init Line. The compiler compiles the first instance in a different sub perfectly
Compiling generated Java code. Error
B4J line: 35
job1.Initialize(\
Picked up _JAVA_OPTIONS: -Xmx1024m
src\b4j\quiz\result.java:156: error: cannot find symbol
_job1._initialize /*String*/ (null,ba,"",result.getObject());
^
symbol: method getObject()
location: variable result of type Object[]
1 error
Please can someone shed some light on why I am getting this error
Thank you