Print Page | Close Window

DockingPane & MDI

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=4882
Printed Date: 17 November 2024 at 5:45am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: DockingPane & MDI
Posted By: Tyr0
Subject: DockingPane & MDI
Date Posted: 25 August 2006 at 4:04am
Hello everyone.
 
I have RibbonBar and DockingPaneManager in application MDI main form.
When a Dock Pane is closed or hidden this code like
DockingPaneManager.ShowPane(PaneNumber)
does not work.The closed (hidden) pane does not appear again.
 
Does someone know why it is?
 
 



Replies:
Posted By: Oleg
Date Posted: 25 August 2006 at 2:12pm
Hi,
 
Check parameter - PaneNumber must be Id of pane (not index)


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Tyr0
Date Posted: 25 August 2006 at 9:14pm
Thank you, Oleg
It works now.
 
But...
If Pane ID is like 1, 2... etc everything works properly.
If ID isd like 1000001, 100002 ShowPane does not work. 


Posted By: Oleg
Date Posted: 25 August 2006 at 11:42pm

Just created new project added DockingPanes and button and

 
Private Sub Command1_Click()
DockingPane1.ShowPane 1000001
End Sub
 
Private Sub Form_Load()
DockingPane1.CreatePane 1000001, 100, 100, DockBottomOf
End Sub
 
All work as expected....


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



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