xtpFlagWrapRow bug... |
Post Reply |
Author | |
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
Posted: 15 September 2006 at 11:33am |
After setting SetFlags(xtpFlagWrapRow) for the 'Lean' CXTPControlLabel:
The 'Enrich' label is gone, or should I say overpainted?
P.S.: When I move the mouse cursor over the label 'Enrich' appears and disappears again when I move the mouse around.
Could I get a fix for this?
|
|
Codejock support
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
:(
in CXTPOfficeTheme::DrawControlPopupParent replace
if (pButton->IsLabel())
{ int nLabelGripper = rcButton.left > 2 ? 0 : nGripperWidth + 1; pDC->FillSolidRect(rcButton.left + nLabelGripper, rcButton.top, rcButton.Width() - nLabelGripper, rcButton.Height(), GetXtremeColor(XPCOLOR_LABEL)); } ps. xtpFlagWrapRow + SetBeginGroup looks much better.
pps. Seems we need to hire you as tester :(
ppps. Thats why I don't like add new features in last week before release.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
In this case, last day 10.4 will be released as a beta to help ensure all bugs are worked out before the release. |
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Thanks, fixed
|
|
Codejock support
|
|
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 |