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 on 18 03, 2014

Responses

1 Replies
Pushpa G
Remove AddOptionkeyActionListener(*this); update OnFormMenuRequested() in your code