Hi
i have used menu and sub menus it works fine..
if i open menu1->sub1->sub1.1
then it activates respective view but when i press back then it should open
above structure again menu1->sub1->sub1.1
how i can do this
please help..
Thanks
Hi
i have used menu and sub menus it works fine..
if i open menu1->sub1->sub1.1
then it activates respective view but when i press back then it should open
above structure again menu1->sub1->sub1.1
how i can do this
please help..
Thanks
Hi abhi560!..
I dont know more about this question,,,,
but you can take the information regarding to your question from the page
Symbiam Development
now i am using the following code to activate menu
////
RWsSession wsSession=CCoeEnv::Static()->WsSession();
TKeyEvent keyEvent;
keyEvent.iCode = EKeyDevice0; //member of TKeyCode
keyEvent.iScanCode = EStdKeyDevice3;
keyEvent.iModifiers = 0;
keyEvent.iRepeats = 0;
wsSession.SimulateKeyEvent(keyEvent);
wsSession.Flush();
////
but this open only menu1->submenu1
for any menu i open.
i want respective menu to highlight when i come back.
you might want to check this known issue http://wiki.forum.nokia.com/index.ph...Pack_1_devices.
i am not getting required answer
please help..
i just want when we open menu -> submenu ->select any option to open
then it will open selected view but
when we back from that view it should show that menu u were opened.