Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - 11.2.1 BUG with resizable gallery controls
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

11.2.1 BUG with resizable gallery controls

 Post Reply Post Reply
Author
Message
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Topic: 11.2.1 BUG with resizable gallery controls
    Posted: 27 November 2007 at 4:53am
11.2.1 BUG with resizable gallery controls:
 
Move the window with a resizable gallery control to the top of the desktop, then stretch eg. the font dialog to be the height of the screen, now resize this control to the height of the screen.
 
Now reposition the window to the bottom of the desktop and expand the font gallery control again and try resizing the gallery control it will not resize ??? :(
 
Is there a fix for this please as will cause us issues upon release of our product.
 
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 27 November 2007 at 5:16am
Hi,
 
Thanks,
 
please in void CXTPPopupBar::TrackResize()
replace
 CSize szControl(pControl->GetWidth(), pControl->GetHeight());
to
 CSize szControl(pControl->GetWidth(), pControl->GetRect().Height());
 
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Posted: 27 November 2007 at 2:13pm

Excellent, fixed, cheers for quick fix to this problem.

 

Cheers

Terry

Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
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.059 seconds.