Print Page | Close Window

[solved] CXTPFontComboBox is smaller

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=22783
Printed Date: 28 September 2024 at 11:28pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [solved] CXTPFontComboBox is smaller
Posted By: JamesP
Subject: [solved] CXTPFontComboBox is smaller
Date Posted: 11 November 2015 at 11:41am
in version 17, beta 3, one of our testers has noticed the CXTPFontComboBox control is smaller and quite squashed compared to how it looked previously using 16.4

Looking into the code, the InitControl function now sets the item height using the function GetFontItemHeight which returns the value

::GetSystemMetrics(SM_CYVTHUMB) - (::GetSystemMetrics(SM_CYEDGE) * 2)

whereas the old code used the value

::GetSystemMetrics(SM_CYVTHUMB) - ::GetSystemMetrics(SM_CYEDGE)




Replies:
Posted By: Alopez
Date Posted: 11 November 2015 at 1:23pm
Thank you for the great observation we will get this submitted and updated as soon as possible.

-------------
Anthony Lopez, Technical Support
CODEJOCK SOFTWARE SOLUTIONS


Posted By: JamesP
Date Posted: 22 February 2016 at 9:11am
Thanks, this looks much better in 17.1.



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