언어 설정

Menu
Sites
Language
Bug: OptionMenu code in sdk2.2b documentation

OptionMenu Sample code in sdk 2.2b does not fire the option menu. The code does not recieve the hard key event

The strange part is

    AddOptionkeyActionListener(*this);

 

What the hell is this? This is from bada and not tizen and does not exists in the documentation

If you try to use IKeyeventListener then the back hard key won't work unless you handel it as well ... I mean OnFormBackRequested won't be called

 

 

 

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

Responses

2 댓글
Bug reported and fixed The sample code is wrong... use the code in the migration pdf guide from 2.1 to 2.2 . Instead of AddOptionkeyActionListener use SetFormMenuEventListener method and don't forget to implement the listener
Pushpa G
Remove AddOptionkeyActionListener(*this); update OnFormMenuRequested() in your code