Print Page | Close Window

11.2.1 BUG with resizable gallery controls

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=8915
Printed Date: 14 November 2025 at 8:10am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: 11.2.1 BUG with resizable gallery controls
Posted By: terrym
Subject: 11.2.1 BUG with resizable gallery controls
Date 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



Replies:
Posted By: Oleg
Date 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


Posted By: terrym
Date 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



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