Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Caption bar with docking panes?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Caption bar with docking panes?

 Post Reply Post Reply
Author
Message
DaveS View Drop Down
Groupie
Groupie


Joined: 18 February 2005
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote DaveS Quote  Post ReplyReply Direct Link To This Post Topic: Caption bar with docking panes?
    Posted: 14 March 2005 at 4:09pm

 

I would like to have an xt caption bar as is used in the CaptionBar sample, but I'd like to have the area below the caption bar be used by the docking pane manager for general pane docking. I cannot get a splitter window (as is used in the CaptionBar sample) to hold any window that works with the docking pane manager.

Any suggestions for how I might get this to work, or acheive something similar?

TIA

Back to Top
thodgson View Drop Down
Groupie
Groupie


Joined: 11 August 2003
Status: Offline
Points: 78
Post Options Post Options   Thanks (0) Thanks(0)   Quote thodgson Quote  Post ReplyReply Direct Link To This Post Posted: 17 March 2005 at 3:39pm

Dave,

Have you tried creating the panes within one of the split window panes?  For example, starting with the Outlook sample application, create docking panes in the preview pane.

BTW, we used this method to achieve, what I think you are asking for.  If it is, I can give you some specific pointers:

Tim H(http://www.ExclamationSoft.com)
Product: Xtreme Toolkit v13.1
Platform: Vista(x64)-SP1
Language: Visual C++ 6.0
Currently: Satisfied w/ Toolkit
Back to Top
DaveS View Drop Down
Groupie
Groupie


Joined: 18 February 2005
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote DaveS Quote  Post ReplyReply Direct Link To This Post Posted: 18 March 2005 at 2:35pm

 

Hi Tim

Thanks for the response. Yes, that is similar to what I'm trying to acheive (and very cool-looking, BTW). I think that I don't have the equivalent of your report view though.

I think I have an idea how to proceed now. The key point I was missing was that I thought I *had* to call InstallDockingPanes passing in the main frame of the application. I can instead create a class like CPreviewPane in the PaneOptions sample that is derived from CFrameWnd, put that in a splitter, and call InstallDockingpanes() passing in that window.

Thanks for the tips!

 

 

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