How can i get Highlight Color of focused column item ? Thanks

Login to reply to this topic.
Mon, 2008-04-21 08:55
Joined: 2007-12-29
Forum posts: 10

How can i get Highlight Color of focused column item ?
Just as the attachment showing, how can i get white color?

i want to duplicate this color by following code, but faild .......
======
AknsUtils::GetCachedColor(skin, highlightBgColor, KAknsIIDQsnHighlightColors, EAknsCIQsnHighlightColorsCG1);
AknsUtils::GetCachedColor(skin, highlightTxColor, KAknsIIDQsnHighlightColors, EAknsCIQsnHighlightColorsCG3);
iBackgroundColor = highlightBgColor;
=======

Thank you very much, i am waiting for you replay !!!!

AttachmentSize
HighLight.jpg101.56 KB

Mon, 2008-04-21 09:14
Joined: 2007-12-29
Forum posts: 10
Re: How can i get Highlight Color of focused column item ? Thank

/**
* Highlight color group.
*
* @since 2.8
*/
static const TAknsItemID KAknsIIDQsnHighlightColors =
{ EAknsMajorSkin, EAknsMinorQsnHighlightColors };

i only find this color group, is there other group i can use to deal with my problem?

  • Login to reply to this topic.