Print Page | Close Window

xtpFlagWrapRow bug...

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=5061
Printed Date: 18 May 2024 at 6:33am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: xtpFlagWrapRow bug...
Posted By: ABuenger
Subject: xtpFlagWrapRow bug...
Date 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



Replies:
Posted By: Oleg
Date Posted: 15 September 2006 at 3:18pm
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


Posted By: SuperMario
Date Posted: 15 September 2006 at 3:25pm
Originally posted by oleg oleg wrote:

ppps. Thats why I don't like add new features in last week before release.


In this case, last day  10.4 will be released as a beta to help ensure all bugs are worked out before the release.


Posted By: ABuenger
Date Posted: 15 September 2006 at 3:47pm
Thanks, fixed

-------------
Codejock support



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net