Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - DockingPanein in MDI
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

DockingPanein in MDI

 Post Reply Post Reply
Author
Message
AdamSharp View Drop Down
Groupie
Groupie
Avatar

Joined: 31 March 2008
Location: Morocco
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote AdamSharp Quote  Post ReplyReply Direct Link To This Post Topic: DockingPanein in MDI
    Posted: 11 April 2008 at 6:36am
Hello, can you help?
I have problem to hide and show Pane in MDI form
Back to Top
younicke View Drop Down
Senior Member
Senior Member
Avatar

Joined: 11 March 2005
Status: Offline
Points: 107
Post Options Post Options   Thanks (0) Thanks(0)   Quote younicke Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post 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
 
 
 
 
Back to Top
AdamSharp View Drop Down
Groupie
Groupie
Avatar

Joined: 31 March 2008
Location: Morocco
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote AdamSharp Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
younicke View Drop Down
Senior Member
Senior Member
Avatar

Joined: 11 March 2005
Status: Offline
Points: 107
Post Options Post Options   Thanks (0) Thanks(0)   Quote younicke Quote  Post ReplyReply Direct Link To This Post Posted: 11 April 2008 at 2:05pm
dont forget to add this line of code

DockingPaneManager.SetCommandBars CommandBars1

:)
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.156 seconds.