How To Change the Color of Menu pane

Login to reply to this topic.
Tue, 2007-10-09 11:26
Joined: 2007-08-31
Forum posts: 54

Hi All,

in My Appication i Want to Change the BackGround Color of Menu pane.

i writen this Part of Code even though its not changing the Color,
void DummyView::DynInitMenuPaneL(TInt aResourceId, CEikMenuPane *aMenuPane)
{
aMenuPane->OverrideColorL(EColorMenuPaneBackground, KRgbRed );
}

is there any other way for changing the Menu Pane Color

Thanks in Advance
Praveen

  • Login to reply to this topic.