Issue with SFTTree.ocx |
Post Reply |
Author | |
RG7351
Newbie Joined: 08 January 2007 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 08 January 2007 at 8:10pm |
I am converting an existing application to use dockingpanes, etc. In this application, the SFTTree.ocx control (from softelvdm.com) is used extensively. However, when I place this control in a docking pane, it's events (click, etc.) are no longer detected. I have seen this same issue reported with the skin framework (https://forum.codejock.com/forum_posts.asp?TID=4968)
Any ideas?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
I downloaded evaluation version, opened Samples\VB6\BookTable and inserted DockingPanes:
Private Sub DockingPane1_AttachPane(ByVal Item As XtremeDockingPane.IPane)
Item.Handle = SftTree1.hWnd End Sub ...
DockingPane1.CreatePane 10, 200, 200, DockLeftOf
SftTree1_ItemDblClick and SftTree1_ItemClick work.
Can you attach sample where they don't work?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
RG7351
Newbie Joined: 08 January 2007 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
I had the handle set incorrectly for the instance of the control that I was testing, this is working now. Sorry I wasted your time! |
|
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 |