regarding menu item icon

Login to reply to this topic.
Thu, 2007-06-07 10:58
Joined: 2006-03-06
Forum posts: 106
Hi,

i am working on symbian os 8.0a.

i am trying to display an icon in menu item but unable to do so.

what i am doing is as follows:

in my RSS file

Code:
ESOURCE MENU_PANE r_selected_services_view_menu
    {
    items =
        {
  MENU_ITEM { command = EAknSoftkeySelect;txt = qtn_menupane_category_command8;},
  MENU_ITEM { command = ECall; txt = qtn_menupane_category_command12; bmpfile = "\\system\\apps\\MyApp\\MyApp.mbm"; bmpid = EMbmMyAppBoxcross; bmpmask = EMbmMyAppBoxcrossmask;
};
}

i have dug newlc forum and forum nokia in this regard but not able to get some concrete result.
please help me.

regards
Himanshu

Thu, 2007-06-07 13:05
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2025
Re: regarding menu item icon
Icons are not displayed anymore in S60 menus. You have to define your own custom menu to have them displayed.

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Thu, 2007-06-07 13:44
Joined: 2006-03-06
Forum posts: 106
Re: regarding menu item icon
hi eric,

thanks for reply.

But why Symbian is so irresponsible?
if we can't display icons in menu item any more then why the Resource Struct MENU_ITEM still contains bmpfile, bmpid and bmpmask variables.

regards
Himanshu
  • Login to reply to this topic.