Search code examples
c++badakeypad

bada Programming - Close (overlay) Keypad Without ScrollPanel


I am new to bada programming. I have a question that is, is it possible to close the overlay keypad used by the editfield without implementing the scrollpanel? I know it is possible to use CloseOverlayWindow(); method, but this is only application for scrollpanel. Are there any alternatives to close the keypad besides implementing the scrollpanel?

Thanks all in advance for your help!


Solution

  • I have managed to solve this by using:

    pEditfield->HideKeypad();