Flash Lite [14] Input Text
It is very easy to use input text, just setup the text field to input text. Some mobile developers will define the maximum of the text field, so we need to define the maximum characters' value, and it could be workable.
But there is a problem, because it won't focus on the input text field directly. User need to press UP/DOWN to set it focus, as below right state. If the text field as left, it won't open the text input state when user press ENTER.

If you don't like the text field show yellow frame, just write down the below ActionScript.
_focusrect = false;
So you need to use another way to indicate which was focused item.
But there is a problem, because it won't focus on the input text field directly. User need to press UP/DOWN to set it focus, as below right state. If the text field as left, it won't open the text input state when user press ENTER.

If you don't like the text field show yellow frame, just write down the below ActionScript.
_focusrect = false;
So you need to use another way to indicate which was focused item.


0 Comments:
Post a Comment
<< Home