Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
Developer
dbigham
Posts: 319
Registered: ‎04-01-2009
My Carrier: Rogers

App freezes on splash screen if I use TextInput

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;

Please use plain text.
New Developer
vvn_murali
Posts: 61
Registered: ‎06-07-2011
My Carrier: Employee

Re: App freezes on splash screen if I use TextInput

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.

Please use plain text.