Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Taskpanel bug in v15.2.1.0403 hotfix
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Taskpanel bug in v15.2.1.0403 hotfix

 Post Reply Post Reply
Author
Message
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Post Options Post Options   Thanks (0) Thanks(0)   Quote evoX Quote  Post ReplyReply Direct Link To This Post Topic: Taskpanel bug in v15.2.1.0403 hotfix
    Posted: 16 April 2012 at 8:22pm
I have an outlook type taskpanel with blue background and when I compile the program with the latest hotfix, when you switch between folders in the taskpanel the blue background flickers with white color.
I have to switch back to the older version of toolkitpro as with that version there is no flicker.
 
 
Product: Xtreme ToolkitPro 19.30
Platform: Windows 10 64bit
Language: Visual C++ (VS 2019)
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 17 April 2012 at 3:17pm
Hi,

I see no such flickering with our themes. Could you please open a ticket and attach a modified sample?

Andre

Codejock support
Back to Top
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Post Options Post Options   Thanks (0) Thanks(0)   Quote evoX Quote  Post ReplyReply Direct Link To This Post Posted: 18 April 2012 at 1:29pm
Hi,
   I use the CXTPTaskPanelShortcutBarOffice2007Theme with a modified background

my derived theme has only this function

void WSCTaskPanelTheme::RefreshMetrics()
{
CXTPTaskPanelShortcutBarOffice2007Theme::RefreshMetrics();

// Gradient Background
//m_clrBackground.SetStandardValue(RGB(206, 221, 254), RGB(87, 127, 177));
m_groupNormal.clrClient.SetStandardValue(RGB(90, 168, 247), RGB(1, 66, 133));

// Text Color
m_groupNormal.clrClientText.SetStandardValue(GetXtremeColor(COLOR_WINDOW));
m_groupNormal.clrClientLink.SetStandardValue(GetXtremeColor(COLOR_WINDOW));
m_groupNormal.clrClientLinkHot.SetStandardValue(GetXtremeColor(COLOR_WINDOW));
}

I will make a sample project, but right now I have to finish my project and I use the previous version of toolkitpro which works.


Product: Xtreme ToolkitPro 19.30
Platform: Windows 10 64bit
Language: Visual C++ (VS 2019)
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.045 seconds.