Hello ALl,
TO enter system main menu page from my app, I know the following way:
**************************
viewId = TVwsViewId(TUid::Uid(0x101f4cd2), TUid::Uid(0x01));
CCoeEnv::Static()->AppUi()->ActivateViewL((const TVwsViewId&)viewId);
**************************
And now, I want to enter the submenus of main menu, such as "tools", "applications", "settings",
but how can I do that? The appID "0x101f4cd2" only goes to the top page of mainmenu, how can i directly enter submenu page?
I tried to specify the viewID "TUid::Uid(0x01)" to other value but doesn;t work.
Anyone please help?
Thank you.

Reply With Quote




