disabled option button

Login to reply to this topic.
Tue, 2008-01-29 10:21
Joined: 2006-07-21
Forum posts: 151

Hi,
I have a nokia 6110 navigator.
I implement a application that connect with gprs and have a menu if a press button "option".
My problem is that if I press menu button if phone going to connect gprs, phone reboot. This problem not appear if a press central button or other button only if press option button Sad
I think to disabled button option, how to this?
Is a good solution for you?

Many thanks
Silvia


Tue, 2008-01-29 10:22
Joined: 2006-07-21
Forum posts: 151
Re: disabled option button

I resolve problem Smiling
I use

TRgb color;
AknsUtils::GetCachedColor(skin, color, KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG6 );

And set color

gc.SetPenColor(color);

bye
Silvia

  • Login to reply to this topic.