DockingPane & MDI |
Post Reply |
Author | |
Tyr0
Newbie Joined: 06 August 2006 Location: Russian Federation Status: Offline Points: 8 |
Post Options
Thanks(0)
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?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Check parameter - PaneNumber must be Id of pane (not index)
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Tyr0
Newbie Joined: 06 August 2006 Location: Russian Federation Status: Offline Points: 8 |
Post Options
Thanks(0)
|
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.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
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 |