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
I think to disabled button option, how to this?
Is a good solution for you?
Forum posts: 151
I resolve problem
I use
TRgb color;
AknsUtils::GetCachedColor(skin, color, KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG6 );
And set color
gc.SetPenColor(color);
bye
Silvia