The Flex InteractiveObject has has a requestSoftKeyboard() method that pops up the Soft Keyboard.
How can I do the opposite and send it back?
Thank you.
|
The Flex How can I do the opposite and send it back? Thank you.
| |||
|
feedback
|
|
For example, say your InteractiveObject is a TextInput, then you can keep it from popping up with the following:
Or you can use
EDIT: You can send it back with the following: Listen for the event when you want it to close (like hitting the "enter" key) and then use the setFocus property to change the focus to another component:
UPDATE Following the 4.6 update to Flex - there are new softkeyboard techniques chronicled here. | |||||||||||||
feedback
|