Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Skin and scrollbars
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Skin and scrollbars

 Post Reply Post Reply
Author
Message
simus View Drop Down
Groupie
Groupie


Joined: 08 July 2005
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote simus Quote  Post ReplyReply Direct Link To This Post Topic: Skin and scrollbars
    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
 
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
simus View Drop Down
Groupie
Groupie


Joined: 08 July 2005
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote simus Quote  Post ReplyReply Direct Link To This Post Posted: 07 March 2007 at 8:11am
Hi, this is DataDynamics grid
 
Here is the ocx no need of setup
 
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
simus View Drop Down
Groupie
Groupie


Joined: 08 July 2005
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote simus Quote  Post ReplyReply Direct Link To This Post Posted: 07 March 2007 at 1:59pm
Hello,
 
I use MFC SkinFrameWork in 10.4.2 non unicode DLL
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
simus View Drop Down
Groupie
Groupie


Joined: 08 July 2005
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote simus Quote  Post ReplyReply Direct Link To This Post Posted: 08 March 2007 at 11:59am
Scrollbars works now 
 
Thanks a lot
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.063 seconds.