Does anybody know why FlashLite changes the Softkey behaviours when activating a text field? I did a
fscommand2("SetSoftKeys", "Options", "Exit");
and have a KeyHandler to perform a certain action when pressing a softkey. That works perfectly. But when entering or activating a textfield with
fscommand("activateTextField");
the behaviour changes to Flashlite-Options on Softkey1 (left) and to Exit on Softkey2 (right). How to avoid this?
thx
Steve




