Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - Issue with SFTTree.ocx
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Issue with SFTTree.ocx

 Post Reply Post Reply
Author
Message
RG7351 View Drop Down
Newbie
Newbie


Joined: 08 January 2007
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote RG7351 Quote  Post ReplyReply Direct Link To This Post Topic: Issue with SFTTree.ocx
    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?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 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
Back to Top
RG7351 View Drop Down
Newbie
Newbie


Joined: 08 January 2007
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote RG7351 Quote  Post ReplyReply Direct Link To This Post 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!

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.219 seconds.