You can get better information for this kind of problem is you religiously
include try/catch in all instances of the idiom
new Runnable() { public void run() { try { <your code> } catch (Throwable
e) { <report unexpected errors> }}})
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/codenameone-discussions/c89831a3-7d0d-43bc-b465-8660427ae09eo%40googlegroups.com.