![]() |
Skin and scrollbars |
Post Reply
|
| Author | |
simus
Groupie
Joined: 08 July 2005 Status: Offline Points: 43 |
Post Options
Thanks(0)
Quote Reply
Topic: Skin and scrollbarsPosted: 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
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
simus
Groupie
Joined: 08 July 2005 Status: Offline Points: 43 |
Post Options
Thanks(0)
Quote Reply
Posted: 07 March 2007 at 8:11am |
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
simus
Groupie
Joined: 08 July 2005 Status: Offline Points: 43 |
Post Options
Thanks(0)
Quote Reply
Posted: 07 March 2007 at 1:59pm |
|
Hello,
I use MFC SkinFrameWork in 10.4.2 non unicode DLL
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
simus
Groupie
Joined: 08 July 2005 Status: Offline Points: 43 |
Post Options
Thanks(0)
Quote Reply
Posted: 08 March 2007 at 11:59am |
|
Scrollbars works now
Thanks a lot
|
|
![]() |
|
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 |