Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Docking Panes on any window frame
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Docking Panes on any window frame

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


Joined: 01 December 2005
Location: United Kingdom
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Keith Quote  Post ReplyReply Direct Link To This Post Topic: Docking Panes on any window frame
    Posted: 20 December 2005 at 4:17pm

 

I have written an application which uses two monitors. Each monitor contains a maximised frame. Each frame has a set of docking panes. I have incorporated the stickers and functionality to allow the user to dock a pane anywhere in a frame. What I would like to do next is to provide a facility of allowing the user to drag the docking pane from one screen and dock it to another frame. I am assuming that I need to detect that a Drag Enter has been received by the frame, is this the right way to proceed or does the toolkit provide a better way?

Regards

  

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: 21 December 2005 at 12:17am

Hi,

DockingPane doesn't support multi frame, but you can try to extend it.

Try to override CXTPDockingPaneContext, its Track, FindContainer, etc

and apply it: m_paneManager.SetDockingContext(new MyDockingContext());

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Toppris View Drop Down
Newbie
Newbie
Avatar

Joined: 03 December 2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote Toppris Quote  Post ReplyReply Direct Link To This Post Posted: 06 December 2007 at 5:23am
Keith :
If you have had any luck in extending functionality to multi frame docking I would very much like to know how itīs done!
 
Oleg:
Any plans to include multi frame docking support in the future?
And have you ever tried successfully to extend the toolkit to multi frame?
 
Our project is now being updated to XT Toolkit version 11.2.1 and we need multi frame docking as the previous version of our software supports this.
 
Help is much appreciated!
-Toppris-
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.156 seconds.