MDI Panes, Where are the samples? |
Post Reply |
Author | |
spike
Groupie Joined: 13 May 2003 Location: United States Status: Offline Points: 48 |
Post Options
Thanks(0)
Posted: 10 July 2003 at 1:36pm |
I noticed that the Docking pane library has the ability to create docking panes inside an MDI Child window. I have this working by using the following code: int CCustomJobFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) m_ctlJobData.CreateGrid( WS_CHILD | WS_VISIBLE, CRect( 0, 0, 0, 0 ), this, 134346 ); The code that is bolded seems to be required to allow docking panes in the MDI Child Window (CCustomJobFrame). What I dont understand is what happens when I want to install docking panes on MDI Child windows from within a different class. I have 3 or 4 MDI Child Windows (Different classes) and InstallDockingPanes() only allows for 1 FrameWindow to allow docking panes in them. Anyway, I was wondering also where the sample code is for the MDIPane example in the evaluation downloads. Or are there more docking pane samples somewhere else?
Thanks Edited by spike |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
There are some changes in architecture of docking pane 7.10. Now Docking Pane is not "singletone" you can use own manager for each CFrameWnd. Upgrade your source. |
|
spike
Groupie Joined: 13 May 2003 Location: United States Status: Offline Points: 48 |
Post Options
Thanks(0)
|
What is the best way to get the latest version of the source code? Do I have to call or can I download it through my login?
Edited by spike |
|
kstowell
Admin Group Joined: 25 January 2003 Location: MIchigan, USA Status: Offline Points: 496 |
Post Options
Thanks(0)
|
Hello... You can log into the online store and select order status. At the bottom of your invoice, you will see your download link where you can download the latest version of the library. Best regards, |
|
blindemann
Guest Group Joined: 08 July 2003 Location: United States Status: Offline Points: 11 |
Post Options
Thanks(0)
|
As a Codejock customer you can always get the latest version by going to the Customer Area and logging in. You are allowed 3 downloads. Each time a new version is released your download count is reset back up to 3 so you will always have access to the latest version. You are allowed to download the latest version for one year after purchasing the product. This period can be extended if you purchase a maintenance agreement. Bob
|
|
Bob at Codejock
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |