Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Docking panes + Drag&Drop
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Docking panes + Drag&Drop

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


Joined: 27 November 2004
Location: Russian Federation
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote Fisher Quote  Post ReplyReply Direct Link To This Post Topic: Docking panes + Drag&Drop
    Posted: 19 December 2004 at 5:04pm
Hi,

1. How can I programicaly pin/unpin a pane?
2. Then a pane is hidden and start dragging an object (e.g. an URL from CHtmlView), whatever I do:
                CXTPDockingPaneManager::ShowPane();
                CXTPDockingPane::RedrawPane();
                CXTPDockingPane::SetFocus();
                CXTPDockingPane::Select();

, I can't make pane to redraw view attached to it, so a source target can't fire OnDragOver/OnDragxxx events.
3. Why does unpinned, hidden, docked (all set at the same time) pane show for 1 sec and autohide when I start dragging an object and call CXTPDockingPaneManager::ShowPane() ? Is it designed behavior ?

Thanks for aswers.
Back to Top
spike View Drop Down
Groupie
Groupie


Joined: 13 May 2003
Location: United States
Status: Offline
Points: 48
Post Options Post Options   Thanks (0) Thanks(0)   Quote spike Quote  Post ReplyReply Direct Link To This Post Posted: 22 December 2004 at 9:14pm
for #1 FloatPane, HidePane
Back to Top
Fisher View Drop Down
Newbie
Newbie


Joined: 27 November 2004
Location: Russian Federation
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote Fisher Quote  Post ReplyReply Direct Link To This Post Posted: 23 December 2004 at 2:49am
Originally posted by spike spike wrote:

for #1 FloatPane, HidePane

This workaround is not very nice, since when I float and then hide the pane, a manager shows me the pane's frame for a moment (not a desirable behavior).
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.125 seconds.