Hi,
I have a dialog based application for which I use a menu.
The problem that I am facing is that when I place the handler for the menu item in the dialog class everything works fine. But if I move the handler to the app class, then the menu item is not being handled.

Could anyone please let me know why is this so?