|
|
User login
Feeds |
How to change the CEikLabel text color and keeping it transparent together?
|
|||||
| Tue, 2005-08-23 08:43 | |
|
we know when you 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(); goready |
|
Forum posts: 173
http://sandy.t35.com
Forum posts: 50
goready
Forum posts: 12
OverrideColorL(EColorLabelTextEmphasis, KRgbRed); // Color for text
OverrideColorL(EColorLabelHighlightFullEmphasis, KRgbWhite); // Color for emphesised background