05-17-2012 10:24 AM
That was indeed the case, thanks a bunch for the info!
05-17-2012 10:25 AM
12-07-2012 05:27 PM
It doesn't work for me too when I am using blackberry-tablet-sdk-3.0.0 beta 4.
It works fine on dev alpha when I am compiling code with blackberry-tablet-sdk-2.1 but with 3.0 it doesn't work.
I am including QNXDevice.ane which contains QNXApplication Class but it doesnt work properly :/
Does anybody know solution for sdk 3.0?
12-08-2012 09:51 AM
12-08-2012 11:46 AM
I am using
QNXApplication.qnxApplication.addEventListener(QNX
onSwipe function is not firing at all. It works fine when I compile code using 2.1 version of SDK.
With BB10 SDK (3.0) it doesn't work. I am using FlashDevelop and including all needed libraries(.ane with SDK 3.0 and .swc with SDK 2.1).
12-08-2012 12:22 PM
12-08-2012 02:44 PM
I am not using .swc from 3.0 because qnx.system.QNXApplication is included only in QNXDevice.ane with SDK 3.0
When I am compiling with SDK 2.1 I am including QNXApplication class from qnxdevice.swc (from SDK 2.1) . I am not mixing it. When I use SDK 2.1, swipe gesture works fine on Dev Alpha (like it did on PlayBook) but I need some functionality from SDK 3.0 (Active Frames) and I don't even know if SDK 2.1 will be working fine with the final BB10.
Thanks for help.
12-09-2012 11:46 AM
12-10-2012 12:20 PM
I've implemented Active Frames and it's working fine, but I still can't use Swipe Down with SDK 3.0 :/
01-08-2013 11:33 AM
I have solved this problem.
It was in descriptor .xml file
I had to add tag with information about native extensions:
<extensions>
<extensionID>qnx.system.QNXDevice</extensionID>
</extensions>