Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - xtpFlagWrapRow bug...
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

xtpFlagWrapRow bug...

 Post Reply Post Reply
Author
Message
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Topic: xtpFlagWrapRow bug...
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 15 September 2006 at 3:47pm
Thanks, fixed
Codejock support
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.