Аmmm:D Just two questions.
1) Is it possible to add a point of numbers mode. And that is problematic.
2) I use EditArea mode is not full screen. I would like to hide after input keypad.
I found a way.
I found a way.
-
void MyForm::OnKeypadActionPerformed(Tizen::Ui::Control& source, Tizen::Ui::KeypadAction keypadAction) { if (keypadAction == KEYPAD_ACTION_ENTER) { editarea->HideKeypad(); } }
But when I press the ENTER text of EditArea erased completely. I do not know what to do, please tell me.
I want to when you press the ENTER button to close the keypad. Thanx :D