How to disabled menu button options??

Login to reply to this topic.
Tue, 2007-12-11 12:25
Joined: 2006-07-21
Forum posts: 151

Hi,
I need to disabled Temporarily options button present on menu, adn after a particular operation enabled it.
How to this?
Is the same disabled button of phone that open this options? How to this?
Many thanks
Silvia


Thu, 2008-01-10 07:48
Joined: 2007-07-24
Forum posts: 55
Re: How to disabled menu button options??

hi silvi,
u can disable menu options by implementing this code
CEikButtonGroupContainer* cba1=CEikButtonGroupContainer::Current();
cba1->SetCommandSetL(R_AVKON_SOFTKEYS_EMPTY);
cba1->DrawNow();
Regards
mitu

  • Login to reply to this topic.