09-27-2012 06:15 PM
Hello,
I'm trying to port my playbook application to BB10. However I have an issue in the simulator. When the following line get executed, it gives an error:
QNXApplication.qnxApplication.addEventListener(QNX
The error being:
ReferenceError: Error #1065: Variable qnx.system::QNXApplication is not defined.
The QNXDevice.ane extension is referenced in my project, and a friend of mine who has the DevAlpha device says it works on the device.
So apparently it only fails in the emulator (version 10_0_09).
Any idea?
Thanks,
Ben
09-27-2012 06:20 PM