Discussion Board

Results 1 to 6 of 6

Hybrid View

  1. #1
    Regular Contributor kalgi's Avatar
    Join Date
    Jan 2009
    Posts
    224
    Hi All,

    want to remove "Show Open Applications" from menu..
    i have referred below link ...
    http://www.developer.nokia.com/Commu...Show-open-apps.
    but i didnt get the idea.. i found some .rmp patch to hide Show open apps.. is it useful ??
    how can i add this patch to my application?

    plz help me..
    Thanks
    Kalgi Modi

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    If you want to do that for your own application, you can experiment with that identifier from the other thread. Check what pane-ids you get in DynInitMenuPaneL, and one of them may work.

    ROM patching is obviously not discussed on official Nokia sites.

  3. #3
    Regular Contributor kalgi's Avatar
    Join Date
    Jan 2009
    Posts
    224
    Quote Originally Posted by wizard_hu_ View Post
    If you want to do that for your own application, you can experiment with that identifier from the other thread. Check what pane-ids you get in DynInitMenuPaneL, and one of them may work.
    wizard thanks for reply.. how do i get pane-ids ??

    help me..
    Thanks
    Kalgi Modi

  4. #4
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    That is aResourceId in DynInitPaneL.

  5. #5
    Regular Contributor kalgi's Avatar
    Join Date
    Jan 2009
    Posts
    224
    Quote Originally Posted by wizard_hu_ View Post
    That is aResourceId in DynInitPaneL.
    Yes i got different pane- ids.. but now how can i restrict it thru my application ?
    SetItemDimmed is not working, den how can i restrict for that pane-id ??
    Thanks
    Kalgi Modi

  6. #6
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    The suggestion was a trial-and-error approach.
    Like putting aMenuPane->SetItemDimmed(EAknCmdTaskSwapper,ETrue), and checking if it panics. If it does, checking what aResourceId-s cause it to panic using a debugger, and excluding them "if((aResourceId!=FirstPanickingId)&&(aResourceId!=SecondPanickingId)...)". After a while the result will not panic, and the given menu item may or may not be visible. If it is not visible, EAknCmdTaskSwapper is the command and you will know the resource ID too by that time. If it is visible, EAknCmdTaskSwapper is not the command you need.

Similar Threads

  1. about "Show open apps" menu item in FP2.
    By zdsnet163@163.com in forum Symbian C++
    Replies: 7
    Last Post: 2009-12-15, 06:06
  2. How to popup a List with icons like "Show Open Apps" on S60 5th
    By range0505 in forum Symbian User Interface
    Replies: 0
    Last Post: 2009-09-29, 07:33
  3. Remove TextField "123" command from Menu
    By polys in forum Mobile Java General
    Replies: 7
    Last Post: 2009-07-21, 10:47

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