Hi,
When I run code in the background using the threading library I get errors when I select "Debug" in the toolbar of the B4A developer studio.
But when I run the same code in the foreground (without use of threading) in combination with "Debug" everything is fine.
Also, when I run the same code in the background using threading library with "Release" selected, everything is fine.
So I think its not really important, but does anyone else have the same experience?
error is most of the time:
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
but app stops somewhere randomly in the code.
after that the app is killed by the os.
I'm not desperate for a fix, but would like to have any idea why this is.
When I run code in the background using the threading library I get errors when I select "Debug" in the toolbar of the B4A developer studio.
But when I run the same code in the foreground (without use of threading) in combination with "Debug" everything is fine.
Also, when I run the same code in the background using threading library with "Release" selected, everything is fine.
So I think its not really important, but does anyone else have the same experience?
error is most of the time:
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
but app stops somewhere randomly in the code.
after that the app is killed by the os.
I'm not desperate for a fix, but would like to have any idea why this is.