Print Page | Close Window

DockingPanein in MDI

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=10190
Printed Date: 13 May 2024 at 11:54pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: DockingPanein in MDI
Posted By: AdamSharp
Subject: DockingPanein in MDI
Date Posted: 11 April 2008 at 6:36am
Hello, can you help?
I have problem to hide and show Pane in MDI form
https://forum.codejock.com/uploads/20080411_063518_Panel.rar - uploads/20080411_063518_Panel.rar



Replies:
Posted By: younicke
Date Posted: 11 April 2008 at 8:55am
just right click the docking pane control on the mdi form and click send to back and then add this code to the form load of the main form

DockingPaneManager.SetCommandBars CommandBars1

i hope this solves your problem.


Posted By: Aaron
Date Posted: 11 April 2008 at 10:16am
Hi,
 
DockingPaneManager.ShowPane ID_PANE will show the pane
 
DockingPaneManager.FindPane(ID_PANE).Hide will hide the pane (pinning)
 
DockingPaneManager.FindPane(ID_PANE).Close will close the pane
 
 
 
 


Posted By: AdamSharp
Date Posted: 11 April 2008 at 10:28am
Yes only the send to back of the controle in MDI form resolve the problem !!

The problem has resolved.
 
Thanks Younecke, Aaron


Posted By: younicke
Date Posted: 11 April 2008 at 2:05pm
dont forget to add this line of code

DockingPaneManager.SetCommandBars CommandBars1

:)



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net