Print Page | Close Window

Taskpanel bug in v15.2.1.0403 hotfix

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=19656
Printed Date: 18 June 2025 at 1:38pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Taskpanel bug in v15.2.1.0403 hotfix
Posted By: evoX
Subject: Taskpanel bug in v15.2.1.0403 hotfix
Date 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)



Replies:
Posted By: ABuenger
Date 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


Posted By: evoX
Date 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)



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