Tizen Developers

Menu
Sites
Language
Disabling Keypad keys

Hi,

How would i disable specific buttons in the keypad that appears on tapping an EditField.

This is the code to dispaly the EditField

Construct(Rectangle(85, 100, 60, 60), EDIT_FIELD_STYLE_PHONE_NUMBER_SMALL, INPUT_STYLE_OVERLAY, EDIT_FIELD_TITLE_STYLE_NONE);

From code it is seen that i have used Overlay style of Keypad.

 

Thanks in advance.

Edited on 18 03, 2014

Responses

1 Replies
Siddharth Singh
I dont think u can do that.......but u can create ur own keypad with the keys u want....should not take munch time.