Print Page | Close Window

Issue with SFTTree.ocx

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=6038
Printed Date: 04 July 2024 at 12:22pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Issue with SFTTree.ocx
Posted By: RG7351
Subject: Issue with SFTTree.ocx
Date 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 - https://forum.codejock.com/forum_posts.asp?TID=4968 )
 
Any ideas?



Replies:
Posted By: Oleg
Date Posted: 09 January 2007 at 1:43am
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


Posted By: RG7351
Date Posted: 09 January 2007 at 3:23pm

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!




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