[SOLVED] 13.3.1: Ugly artifact in System Ribbon |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
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/
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Any comments?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Thanks, fixing it.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Great. Was this fixed in 13.3?
|
|
PokerMemento - http://www.pokermemento.com/
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
yes
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
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/
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |