Print Page | Close Window

[SOLVED] 13.3.1: Ugly artifact in System Ribbon

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=15623
Printed Date: 10 June 2024 at 12:06pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [SOLVED] 13.3.1: Ugly artifact in System Ribbon
Posted By: znakeeye
Subject: [SOLVED] 13.3.1: Ugly artifact in System Ribbon
Date Posted: 13 November 2009 at 8:34pm
13.2.1.
Vista style (Aero?), System Ribbon used in Ribbon Sample.
 
1) Rectangle is too big for buttons. See "Cover Page" below!
2) Letters such as 'g' and 'y' are not completely visible in the group label! E.g. "Pages".
3) The gear icon is drawn erroneously when menu is expanded! Same in Classic Mode!
4) Frame border has the same light blue color in Classic Mode (see previous post).
 
 
I hope you can provide us with some patched code for this :)
 
 
EDIT: Windows 7 still shows the pixel error when enabling System theme:
 
 
"Group" is obscured by the button highlight. Still present in XTP 13.3.1...


-------------
PokerMemento - http://www.pokermemento.com/



Replies:
Posted By: znakeeye
Date Posted: 25 November 2009 at 4:16am
Any comments?


Posted By: Oleg
Date Posted: 26 November 2009 at 3:00am
Thanks, fixing it.

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: znakeeye
Date Posted: 27 February 2010 at 8:16am
Great. Was this fixed in 13.3?

-------------
PokerMemento - http://www.pokermemento.com/


Posted By: Oleg
Date Posted: 01 March 2010 at 2:20am
yes

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: znakeeye
Date Posted: 08 May 2010 at 8:18pm
No! Running XTP 13.3.1.
 
I can see this GUI error in Windows 7 64-bit (Aero enabled). I believe you only fixed it for Vista :(


-------------
PokerMemento - http://www.pokermemento.com/


Posted By: Oleg
Date Posted: 10 May 2010 at 11:27am
Please set Segoe UI font for Vista/Windows 7:


     if (XTPSystemVersion()->IsWinVistaOrGreater())
     {
          GetCommandBars()->GetPaintManager()->m_bUseOfficeFont = TRUE;
          GetCommandBars()->GetPaintManager()->m_strOfficeFont = _T("Segoe UI");
          GetCommandBars()->GetPaintManager()->SetFontHeight(12);
     }


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



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