Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - [solved] CXTPFontComboBox is smaller
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[solved] CXTPFontComboBox is smaller

 Post Reply Post Reply
Author
Message
JamesP View Drop Down
Groupie
Groupie
Avatar

Joined: 07 January 2009
Location: United Kingdom
Status: Offline
Points: 73
Post Options Post Options   Thanks (0) Thanks(0)   Quote JamesP Quote  Post ReplyReply Direct Link To This Post Topic: [solved] CXTPFontComboBox is smaller
    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)

Back to Top
Alopez View Drop Down
Newbie
Newbie
Avatar

Joined: 02 November 2015
Location: Owosso
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alopez Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
JamesP View Drop Down
Groupie
Groupie
Avatar

Joined: 07 January 2009
Location: United Kingdom
Status: Offline
Points: 73
Post Options Post Options   Thanks (0) Thanks(0)   Quote JamesP Quote  Post ReplyReply Direct Link To This Post Posted: 22 February 2016 at 9:11am
Thanks, this looks much better in 17.1.
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.141 seconds.