언어 설정

Menu
Sites
Language
Setting Keypad

Hello to all of the meat. Please tell me whether you can insert into your keypad numbers or letters, or remove unnecessary?

Thanx!

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 댓글
Alex Dem
Hi, Here is about Tizen::Ui::Controls::Keypad class: https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.apireference%2FclassTizen_1_1Ui_1_1Controls_1_1Keypad.html All you could do is to configure KeypadStyle and KeypadInputModeCategory params during initialization of keypad pKeypad->Construct(KEYPAD_STYLE_NORMAL, KEYPAD_MODE_ALPHA); I think you unable to customize sets of numbers or letters. Alexey.