Discussion Board
dynamical access to menu items
2002-05-29, 16:19
#1
Super Contributor
Hello all,
I have something like this in my AppUi class:
void CTaAppUi::DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane) {
if (iAppContainer) {
aMenuPane->SetItemDimmed(ETaCmd1, ETrue);
}
}
and it doesn't work.
Calling SetItemDimmed() method cause "unknown software exception".
Does anybody know why?
I'm using Nokia Series 60 SDK (beta 0.2) for Symbian OS and emulator.
Tom
Posted by Tomasz Krynicki, tomasz.krynicki@t-systems.com.pl
on January 25, 2002 at 11:42
RE: dynamical access to menu items
2002-05-29, 16:19
#2
Super Contributor
Posted by Forum Nokia Developer Support, communicator.developer@nokia.com
on January 25, 2002 at 16:26
Hi,
There is an example about how to change menu items dynamically. You can find source codes from the path below:
\\Symbian\6.0\NokiaCPP\Epoc32Ex\CrystalUI\MenuItems
Regards,
FN Developer Support
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules