Languages

Menu
Sites
Language
Back key is not received by Form

Hi,

I have a simple native application with one form. The Form is not receiving Back key event. 

Can anybody please help me?

 

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

Responses

1 Replies
Madhuri A
Below is the way to handle form's back key events. 1. Add Tizen::Ui::Controls::IFormBackEventListener interface to Form class 2. In Form's intialize function, call SetFormBackEventListener 3. Implement OnFormBackRequested function