Dialogs and Froms use DynInitMenuPaneL() method to dynamically initialises a menu pane. The Uikon framework calls this function, if it is implemented in a menu’s observer, immediately before the menu pane is activated:
The enumerations defined in avkon.hrh:
...
// FORM default menu constants
enum
{
EAknFormCmdEdit = 950,
EAknFormCmdAdd,
EAknFormCmdSave,
EAknFormCmdLabel,
EAknFormCmdDelete,
EAknFormMaxDefault
};
...
Best Regards,
(V) - Forum Nokia Developer Support