Discussion Board

Results 1 to 6 of 6
  1. #1
    Regular Contributor abhi560's Avatar
    Join Date
    May 2009
    Posts
    67
    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

  2. #2
    Regular Contributor austin007's Avatar
    Join Date
    Mar 2008
    Posts
    133
    Hi abhi560!..

    I dont know more about this question,,,,

    but you can take the information regarding to your question from the page
    Symbiam Development

  3. #3
    Regular Contributor abhi560's Avatar
    Join Date
    May 2009
    Posts
    67
    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.

  4. #4
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    you might want to check this known issue http://wiki.forum.nokia.com/index.ph...Pack_1_devices.

  5. #5
    Regular Contributor abhi560's Avatar
    Join Date
    May 2009
    Posts
    67
    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.

  6. #6
    Regular Contributor manjusg's Avatar
    Join Date
    Jul 2009
    Posts
    125
    Quote Originally Posted by abhi560 View Post
    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.
    i think its not possible. Use dialog to do the same work.

    Regards,
    manjusg

Similar Threads

  1. Menu options not showing up.
    By Comp_users in forum Symbian User Interface
    Replies: 8
    Last Post: 2010-01-15, 09:00
  2. Control faded on showing menu pane
    By strike_noir in forum Symbian User Interface
    Replies: 5
    Last Post: 2008-10-16, 07:58
  3. dynemic menu
    By pankaj gupta55 in forum Symbian C++
    Replies: 1
    Last Post: 2008-09-20, 11:33
  4. slide menu in j2me
    By afka in forum Mobile Java General
    Replies: 4
    Last Post: 2006-09-04, 09:10
  5. Showing check box on menu
    By Utk in forum Symbian C++
    Replies: 0
    Last Post: 2004-12-20, 07:52

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved