Question
“Your application is not responding, force close or wait”
During some heavy synchronous DB calls on Android, I am encountering:
“Your application is not responding, force close or wait” messages.
Allowing the app to Wait – (clicking Wait) keeps things going,
at least until the next “Your application is not responding, force close or wait” pops up.
Short of re-writing everything for asynchronous DB access;
are there any AS3 API calls that can be made to either:
1. programmatically tell AIR to wait, or...
2. give AIR a slice of processing time so that it can do what it needs to;
to know everything is still running?
Thanks
Tools:
Flash Pro CS5
All AS3, no timeline code.
Target: Android
Platform: Motorola XOOM
Current FPS is 29.
scriptTimeoutLimit has been set to 255.
This had no effect.
(But I think this may just be for print jobs anyway).
