so now I can see it on my emulator. but to override the default impelementation and make it visible in some condition of the application I use the following comand in the DynInitMenuPaneL function in the appUI
The ID in the parameter refers to a menu item in the menu pane. AFAIK, you cannot dim a menu pane, but individual menu items. You might try to remove the menu item which opens the menu pane. If I understood at all what you are aiming at...
for the time being I am going to make it the following way. even though it will be too much cascading. the output will be like then one on the picture.
Forum posts: 45
common guys say some thing... or ask me if you need some more information
Forum posts: 297
Hi,
check this link
http://www.newlc.com/forum/eikcoctl-error
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++
Forum posts: 45
tanks for reply
I check the link already actually. in my case the reason I get EIKCOCTL 8. is becase I add aMenuPane->SetItemDimmed(EAknListBoxMarkableList, ETrue)
so how I can hide R_AVKON_MENUPANE_MARKABLE_LIST?
Forum posts: 822
The ID in the parameter refers to a menu item in the menu pane. AFAIK, you cannot dim a menu pane, but individual menu items. You might try to remove the menu item which opens the menu pane. If I understood at all what you are aiming at...
Forum posts: 297
Andreas is right.
aMenuPane->SetItemDimmed(EAknListBoxMarkableList, ETrue)
Instead of above you try like below
aMenuPane->SetItemDimmed(EMarkableList, ETrue)
where EMarkableList will be individual item of list.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++
Forum posts: 45
for the time being I am going to make it the following way. even though it will be too much cascading. the output will be like then one on the picture.
MENU_ITEM { command = EMarkUnmark; txt = "Mark ?";
cascade = R_AVKON_MENUPANE_MARKABLE_LIST;}
Forum posts: 1
How does onbe goabout Hiding the ListBox altogether,
say Show LB / Hide LB