Cascading menu

Login to reply to this topic.
Fri, 2005-10-07 05:13
Joined: 2005-09-19
Forum posts: 45


hey, i have a typical scenario...

i have two screens and a cascaded menu item( menu item with sub menu). The cascaded menu shouldnt be present in the first screen whereas it should appear in the second.
I used  aMenuPane->SetItemDimmed( EMenuxx, ETrue );  in the first screen and EFalse in the second.
But i observed that if the cascaded menu is dimmed in the first screen, it follows in the second also. i.e the state of the first continues...
Can we change the state. Is there any other way to disable and enable cascading menu...

waiting for ur suggestions...

Thanku
Deepthi.

Fri, 2005-10-07 06:45
Joined: 2004-07-12
Forum posts: 90
Re: Cascading menu
If that dimming/hiding doesn't work, make a new resource for that?

sav

For quality Symbian idling, join #symbian at irc.freenode.net

Sat, 2005-10-08 03:13
Joined: 2005-09-19
Forum posts: 45
Re: Cascading menu
Thanks
but doesnt help??
the problem still exist any other suggestions!!


Thanks again
Deepthi
Mon, 2005-10-10 11:42
Joined: 2005-10-10
Forum posts: 18
Re: Cascading menu
Quote from: deepthis
Thanks
but doesnt help??
the problem still exist any other suggestions!!


Thanks again
Deepthi

Use IF - Else statements to check the conditions. accordingly u display the menus. Use SetItemDimmed() for hidind and displaying
  • Login to reply to this topic.