![]() |
CXTTreeCtrl : color of the focused text |
Post Reply
|
| Author | |
gwoin
Groupie
Joined: 09 September 2004 Location: France Status: Offline Points: 52 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTTreeCtrl : color of the focused textPosted: 05 January 2007 at 5:06am |
|
Hi, In a CXTTreeCtrl control, how to change the color of the focused text (the color when the mouse is over the item)?For now it is a blue (0,0,255).
To change the color of the text, it's easy ( SetTexColor(COLORREF); ).
But I cannot find any function to change the color of the focused text.
If it's in the ini file of my skin, I cannot find where...
Any idea?
Thank you.
![]() |
|
![]() |
|
danpetitt
Senior Member
Joined: 17 July 2005 Location: United Kingdom Status: Offline Points: 109 |
Post Options
Thanks(0)
Quote Reply
Posted: 05 January 2007 at 6:26am |
|
Try the overrides CXTPTreeCtrl GetItemColor and GetItemBackColor.
Alternatively, I had to override the DoPaint function so I could have a better selected item when the tree doesnt have the focus (so you can actually see it, as per DevStudio) so you may have to do a similar thing.
|
|
![]() |
|
gwoin
Groupie
Joined: 09 September 2004 Location: France Status: Offline Points: 52 |
Post Options
Thanks(0)
Quote Reply
Posted: 05 January 2007 at 8:44am |
|
Hi,
Thank you,
I will try, but I will certainly have to repaint everything, no?
|
|
![]() |
|
danpetitt
Senior Member
Joined: 17 July 2005 Location: United Kingdom Status: Offline Points: 109 |
Post Options
Thanks(0)
Quote Reply
Posted: 05 January 2007 at 9:45am |
|
Not with the overrides, its asking you for the colour when it needs to paint. |
|
![]() |
|
gwoin
Groupie
Joined: 09 September 2004 Location: France Status: Offline Points: 52 |
Post Options
Thanks(0)
Quote Reply
Posted: 05 January 2007 at 10:01am |
|
Ok, thanks,
I'll try to override.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |