Print Page | Close Window

Skin and scrollbars

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=6578
Printed Date: 12 November 2025 at 9:47am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Skin and scrollbars
Posted By: simus
Subject: Skin and scrollbars
Date Posted: 07 March 2007 at 5:39am
Hi,
 
I am using skinning framework.
I have a problem with the skin of the scrollbar of 3rd party ActiveX.
The scrollbars are well drawn but they do not respond anymore to the mouse messages.
 
Please can anyone help me on that?
 
Thanks
 



Replies:
Posted By: Oleg
Date Posted: 07 March 2007 at 7:40am
Hello,
 
Send us url for some eval version of this control
Is it ComponenentOne Grid?


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


Posted By: simus
Date Posted: 07 March 2007 at 8:11am
Hi, this is DataDynamics grid
 
Here is the ocx no need of setup
 
https://forum.codejock.com/uploads/20070307_081113_Sg20.zip - uploads/20070307_081113_Sg20.zip


Posted By: Oleg
Date Posted: 07 March 2007 at 1:57pm
Hello,
yes, it was problem with flat scrollbar :(
It was fixed already for 11.0 release.
 
Do you use MFC or ActiveX version of SkinFramework?


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


Posted By: simus
Date Posted: 07 March 2007 at 1:59pm
Hello,
 
I use MFC SkinFrameWork in 10.4.2 non unicode DLL


Posted By: Oleg
Date Posted: 08 March 2007 at 6:00am
Hi,
 
please patch sources and rebuild library:
 
in LRESULT CXTPSkinObjectFrame::OnNcHitTest(CPoint point)
 
replace
 if (nHitCode == HTVSCROLL || nHitCode == HTHSCROLL)
to
 if ((nHitCode == HTVSCROLL || nHitCode == HTHSCROLL) && !IsFlatScrollBarInitialized())


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


Posted By: simus
Date Posted: 08 March 2007 at 11:59am
Scrollbars works now 
 
Thanks a lot



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