3rd Edition: EEikMenuItemSeparatorAfter not appeared in menu bar

Login to reply to this topic.
Thu, 2008-01-24 11:42
Joined: 2007-09-07
Forum posts: 23

Hi,
I have put the line separator in the menu in the following manner :

Code:
MENU_ITEM
{
command = EHelloWorldBasicCommand1;
txt = STRING_EPOC_NEWS_MENU_OPTION_ABT;
flags = EEikMenuItemSeparatorAfter;
},

But it does not appear in the menu at all!!

Is there any other way of adding these separators?

regards
Rishi Garg


Thu, 2008-01-24 11:55
Joined: 2007-08-31
Forum posts: 54
Re: 3rd Edition: EEikMenuItemSeparatorAfter not appeared in men

just look into the PopUP List Eaxmple in SDK

Regards
Praveen

Thu, 2008-01-24 12:03
Joined: 2007-09-07
Forum posts: 23
3rd Edition: EEikMenuItemSeparatorAfter not appeared in menu

It is working fine on 2nd edition..

But it is not working on 3rd edtioion, though I am using the EEikMenuItemSeparatorAfter flag.

  • Login to reply to this topic.