12-01-2010 10:21 PM
Dialogs are using native code of PlayBook they won't work on Desktop, was this is everybody's issue? Or people having this error on Simulator?
12-01-2010 10:24 PM
12-02-2010 04:19 AM
I confirm: the bug is in ADL but not in the simulator.
12-02-2010 05:46 AM
@elena : I having trouble with Desktop Air application, no problem with the simulator.
Is there a way to know which part of the qnx framework don't work on desktop since you point the fact that Dialogs call playbook's native code ?
Lionel
12-02-2010 08:35 AM
I know the Device and QNXApplication singletons will throw an exception in AIR but OK in the simulator.
12-03-2010 09:59 AM
In listening to the MAX 2010 presentation found here
http://2010.max.adobe.com/online/2010/MAX260_12882
Under Dialogs, it talsk about that the Dialog classes communicate to a service that displays the dialog and it is not a part of the application display list. this may explain why this and other singleton classes crash on the AIR side, since those services are not running.
For this to probably work as an AIR application to help speed development, they would have to supply a runtime service to respond to these types of requests, or proxy it out to simulate the same behavior. I vote (if I had one) for a service/application that can respond to Alerts, simulate other services like batter changes, swipes, accelerometer, geolocation, etc. Simple AIR application with inter-process communication would make this possible.