06-21-2011 03:02 PM
After upgrading to Flash Builder 4.5.1 and Tablet SDK 1.1 my app will no longer run in the simulator or on the device (device upgraded to OS ver 1.0.6)
The following error is thrown when launching the app: "VerifyError: Error #1053: Illegal override of requestSoftKeyboard in qnx.ui.text.TextInput"
Anyone else getting this error?
Solved! Go to Solution.
06-21-2011 07:32 PM
this error relates to different parts of your app being compiled with different sdks, quite how this would relate to the keyboard or how this would happen I not sure. Is this an older project which you updated to the new sdk?
06-22-2011 03:19 PM
06-22-2011 03:27 PM
Well done, mark the thread as solved, with the new updates, there might be a few people with this problem. ![]()
06-24-2011 09:04 PM
Deleting and re-creating the project shouldn't be necessary, so I rooted around until I found an easier way. I hope this helps someone.
If you followed instructions from RIM to "create your first app", there are some settings to undo.
In your Project Properties:
1. Go to Flex Build Packaging --> BlackBerry Tablet OS --> Advanced
1a. Remove everything from "Extra packaging options"
2. Go to Flex Compiler
2a. Remove "-swf-version 10" from the box
You should probably verify that the SDK version is correct on this screen also.
The instructions with these no longer valid settings are still up at http://docs.blackberry.com/en/developers/deliverab
I think that they applied to beta versions of Flash Builder, but they don't work for new projects as of FB 4.5.1
06-29-2011 10:26 AM