![]() |
How to Pin a Pane programmatically |
Post Reply
|
| Author | |
GMWade
Newbie
Joined: 11 October 2010 Status: Offline Points: 1 |
Post Options
Thanks(0)
Quote Reply
Topic: How to Pin a Pane programmaticallyPosted: 11 October 2010 at 12:05pm |
|
If I hide a pane...
DockingPaneManager.HidePane DockingPaneManager.Panes(1)
...then show it again...
DockingPaneManager.ShowPane 1
...the pane is shown, but not pinned.
How can I do that?
|
|
|
Product: Xtreme Suite (ActiveX) version 13.0.0
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 October 2010 at 1:02am |
|
Hi,
Try frist call ClosePane.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Hemesh
Senior Member
Joined: 10 August 2010 Status: Offline Points: 135 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 October 2010 at 5:25am |
|
yeah, that'll work. I use a function...
Public Sub ShortcutBarVisible(ByVal blnVisible As Boolean) If blnVisible Then dpmMain.DockPane dpmMain.Panes(1), 205, 205, DockLeftOf, Nothing Else dpmMain.Panes(1).Close End If End Sub |
|
|
Product: Xtreme SuitePro (ActiveX) version 18.5.0
Platform: Windows 7 Enterprise (64-bit) Language: Visual Basic 6.0 |
|
![]() |
|
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 |