First sorry about my English!!!
I am working with Symbian VKB.
I got example from http://wiki.forum.nokia.com/index.php/How_to_launch_virtual_keyboard_with_touchUI and now I can call and use VKB.
So now I want to switch between text edit mode and secret (passwords) edit mode. I try many time with
CAknEdwinState::SetCurrentInputMode(EAknEditorSecretAlphaInputMode); but it no help!!!
I found that VKB shown secret symbol (*) when set input capabitilites with para TCoeInputCapabilities::ESecretText in function CFEPHandler::InputCapabilities() const but I don't know how to update the capabitities (which object call this function and when???) because this function called only once time when my app started.
2nd question is how to disable input menu button on vkb (like wifi password input screen)?
Thank very much!!!

Reply With Quote


