EditArea and floating point

EditArea and floating point

BY 13 Oct 2013 Native Application Development
А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.

  1. 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 😀
Written by