语言

Menu
Sites
Language
Form not getting back key press event

Hi All,

I am facing a different issue, i have a application which is ported from bada to tizen.

In this application i have 3 different forms. 

When i add FormBackKeyListener to the MainForm it works fine, but when navigate to other forms and come back to main form the MainForm is not getting BackKeyEvent.

Please suggest me what might be causing the problem.

编辑者为: Mohan krishna 06 2月, 2014

响应

1 回复
Alex Ashirov

Hi,

The OnFormBackRequested() is called for the currently active form. If other than the MainForm is currently active then the MainForm don't get the event. So, you need to implement Tizen::Ui::Controls::IFormBackEventListener interface for each of 3 forms. Or add some base class for them which will implement the interface.