Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Docking pane question
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Docking pane question

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


Joined: 15 June 2005
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote unit158 Quote  Post ReplyReply Direct Link To This Post Topic: Docking pane question
    Posted: 25 June 2005 at 1:16pm
Currently, when I minimize the docking panes, they minimize on the side of the screen... I would like to have it so the tabs for each pane appear at the bottom of the window as opposed to on the side, A picture is provided on this site of what I am trying to do:

http://www.codejock.com/support/KB_PRO/images/tutorial10.g if


If you notice the properites and options tabs are located at the bottom, whereas mine go off to the right side of the screen.

I have not been able to find any documentation or entries on the forum that address this issue, and I am assuming it's an easy fix.

Any advice would be greatly appreciated as always.

-Mike
Back to Top
bevpet View Drop Down
Newbie
Newbie
Avatar

Joined: 01 April 2005
Location: Canada
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote bevpet Quote  Post ReplyReply Direct Link To This Post Posted: 26 June 2005 at 8:57pm

take a look at the Tabmanger sample. i use the ctrl in many parts of my apps, and have not run into any problems

x:....\Codejock Software\MFC\Xtreme Toolkit Pro\Samples\Common\TabManager

also, i'm not sure if i'm reading your Q correctly, but if you want the pane to "hide" to the bottom of the screen, use xtpPaneDockBottom:

as

CXTPDockingPane* MYpane = GetDockingPaneManager()->CreatePane(

ID_MY_PANE_VIEW, CRect(0, 0, 250, 200), xtpPaneDockBottom);

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