Disabling predictive text input flash lite actionscript 2 - how do you do it?
Hi guys,
I've got a flash application with action script 2 and its in flash lite 2.1. I have a text input field for entering the user's name, however I'd like to know how you can disable predictive text when the user is inputting their name into the text input field?
Thanks
Kaz :)
Re: Disabling predictive text input flash lite actionscript 2 - how do you do it?
The users do it themselves.
Re: Disabling predictive text input flash lite actionscript 2 - how do you do it?
Thanks for your response, is there no way of deactivating it in code though?
Re: Disabling predictive text input flash lite actionscript 2 - how do you do it?
Nop, you can show a tip to user that he can activate and deactivate this feature by tapping # key twice.
The last option if you must is, that you implement your own keypad input handling. I have seen some devs done it, but then you have to take care of everything, i.e. if user is trying to use other language to input text than what you have implemented your keypad logic. It's kind of last option, but pretty much do-able.
// chall3ng3r //