Menu mark on S60 phones

Login to reply to this topic.
Thu, 2006-02-02 15:21
Joined: 2006-02-02
Forum posts: 5
Hi i try to create a menu with some submenus and some of them hava to be ticked or mark i try this code in the RSS
Code:
   MENU_ITEM
            {
            command = EAknExMenuStateCmd1;
            txt = qtn_aknexmenu_menu_state_cmd1;
            flags = EEikMenuItemCheckBox|EEikMenuItemSymbolOn;
            },

But nothing is dispalayed near my menu item Sad

How can i do to get a tick near a menu item ?

Wed, 2008-04-16 10:52
Joined: 2008-01-17
Forum posts: 9
Re: Menu mark on S60 phones

A menu can contain indicated items in it with the following constraints:

Only cascading submenus are allowed to contain indicated items in it (indication of such items in the main menu bar is ignored).
A menu is allowed to contain only one of the two types.
A menu is allowed to contain at most one radio button group.

  • Login to reply to this topic.