Hi,
I want to change font color from CEikNumbereditor control to the phones theme font color.
This code doesn't do it.
Code:MAknsSkinInstance* skin = AknsUtils::SkinInstance(); TRgb color; AknsUtils::GetCachedColor(skin,color,KAknsIIDQsnTextColors,EAknsCIQsnTextColorsCG6 ); iNumberEditor->OverrideColorL( EColorControlText, color );



