![]() |
CXTListBase::SetRowColor bug. |
Post Reply
|
| Author | |
rjgraham
Newbie
Joined: 17 October 2004 Location: United States Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTListBase::SetRowColor bug.Posted: 24 June 2005 at 11:44pm |
|
I was having problems setting list row color until I stepped through the XTPro source and found this: void CXTListBase::SetRowColor(int iRow, COLORREF crText, COLORREF crBack){ [...snip...] } void CXTListBase::SetRowColor(ROWCOLOR* lpRowColor){ SetRowColor(lpRowColor->crText, lpRowColor->crBack, lpRowColor->iRow); } Notice that the args don't match, although the call succeeds. This is version 9.60.1
-Randy
|
|
![]() |
|
rjgraham
Newbie
Joined: 17 October 2004 Location: United States Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 June 2005 at 11:54pm |
|
Update: I try calling, SetRowColor(int iRow, COLORREF crText, COLORREF crBack) directly but the row color does not change. What gives? -Randy
|
|
![]() |
|
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 |