Question

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!

Was it helpful?

Solution

I have managed to solve this by using:

pEditfield->HideKeypad();
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top