06-28-2012 03:23 PM
If I add the following line of code to my app:
private var textInput:TextInput;
... then my app won't load. It freezes on the BlackBerry splash screen.
I'm compiling it with:
mxmlc +configname=air -library-path+=. Keyboard.as -o Keyboard.swf -swf-version=10
... and the import statement is:
import qnx.ui.text.TextInput;
07-04-2012 11:46 PM
I was faced this type of strange problem when I installed the 2.0 sdk, this is because of the installation problem, some of the libraries are not copied to its destinatination folders or to some where else. I just reinstalled the sdk the problem was solved.