Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User kayem's Avatar
    Join Date
    Nov 2007
    Location
    Finland
    Posts
    61
    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 );

  2. #2
    Registered User kayem's Avatar
    Join Date
    Nov 2007
    Location
    Finland
    Posts
    61
    Still no answers. Maybe the only way to achieve this is to change CEikNumbereditor control to CEikEdwin class.

    Problem is when phone theme has a dark background image, then contents of the Edwins are not visible. They are seen only when Edwin is focused. This is a small problem, but it is sometimes disturbing.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved