SOLVED: Maximize and minimize panes |
Post Reply |
Author | ||
Jean
Senior Member Joined: 11 December 2006 Status: Offline Points: 110 |
Post Options
Thanks(0)
Posted: 10 September 2008 at 10:30am |
|
Is there a way to maximize a pane and minimize/restore?
I tried it with sample code from Aaron from this thread: http://forum.codejock.com/forum_posts.asp?TID=9610
Instead of .hide I like to use .close. But I don't know how to restore the panes like they were before! What I like to do:
The .open method is missing... |
||
Product: Xtreme SuitePro (ActiveX) Version 15.0.2
Platform: Windows XP (32bit) German - SP 2 Language: VB6 / C# 4.0 |
||
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
|
Hi,
Try this:
If bolMaximized Then
'Re-Open all panes For Each tmpPane In DockingPane(1) If tmpPane.id <> Pane.id Then DockingPane.ShowPane tmpPane.Id End IfNext Else .................
|
||
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
||
Jean
Senior Member Joined: 11 December 2006 Status: Offline Points: 110 |
Post Options
Thanks(0)
|
|
Thank you Aaron!
SOLVED. |
||
Product: Xtreme SuitePro (ActiveX) Version 15.0.2
Platform: Windows XP (32bit) German - SP 2 Language: VB6 / C# 4.0 |
||
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
|
Hi,
Don't forget to add SOLVED to topic description
|
||
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
||
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 |