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

A question about DockingPanes

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


Joined: 11 December 2003
Status: Offline
Points: 44
Post Options Post Options   Thanks (0) Thanks(0)   Quote zhou_wz Quote  Post ReplyReply Direct Link To This Post Topic: A question about DockingPanes
    Posted: 09 January 2005 at 7:08pm

 

I want to fix the dockingPanes' action:
 1.user can not change pane order in a group
 2.when user click on pane's caption title, all panes in a group will float in the group like before
I find DockingPane's default actions are not my choice!
So I try this
 1.create a dockmanager
 2.create a pane belonging the dockmanager
 3.create a tabctrl (an instance of CXTPTabCtrl)
 4.create an edit(a child window in tabctrl)
 5.add the edit ctrl to tabctrl(by using InsertItem(...))
 6.attach the tabctrl to dockingpane(by using pPane->Attach(...) in DockingPaneNotify(...))

I thought it would work, but actually the dockingmanager didn't, just like no pane in it!
How can I solve this problem?
Can DockingPane do it easily using some configuration?
Why my solution doesn't work?

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