We know when we follow the below method the label text color will change to blue,but at the same time the label background color change to black, not transparent now? Then How can we change the CEikLabel text color and keeping it transparent together? Thanks in advance!
label->OverrideColorL( EColorLabelTextEmphasis, KRgbBlue );
label->SetEmphasis( CEikLabel::EPartialEmphasis );
label->DrawDeferred();

Reply With Quote


