Menu mark on S60 phones
| Thu, 2006-02-02 15:21 | |
|
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 ![]() How can i do to get a tick near a menu item ? |
|







Forum posts: 9
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.