![]() |
How to force a dockingwindow to slide out |
Post Reply
|
| Author | |
Alex H.
Senior Member
Joined: 12 February 2004 Status: Offline Points: 266 |
Post Options
Thanks(0)
Quote Reply
Topic: How to force a dockingwindow to slide outPosted: 17 March 2004 at 9:24am |
|
How can I to force a dockingwindow to slide out ?
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 March 2004 at 10:19am |
|
Try the ShowPane method.
GetDockingPaneManager()->ShowPane(nID); Where nID is the Id of the docking pane you want to show. ![]() Edited by SuperMario |
|
![]() |
|
Alex H.
Senior Member
Joined: 12 February 2004 Status: Offline Points: 266 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 March 2004 at 2:21am |
|
Unfortunately ShowPane(nID) doesn't work with pinned docking windows. It looks like ShowPane assumes the window is already visible.
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 March 2004 at 6:33am |
|
Have you tried to change the status of the docking pane before you call
ShowPane(nID)? Are you saying that the window that the docking
pane is attached to is not visible?
|
|
![]() |
|
Alex H.
Senior Member
Joined: 12 February 2004 Status: Offline Points: 266 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 March 2004 at 6:57am |
|
>>Have you tried to change the status of the docking pane before you call ShowPane(nID)? How should I do that ? >>Are you saying that the window that the docking pane is attached to is not visible? The docking pane is pinned..I can only see its TAB.
|
|
![]() |
|
vladsch
Newbie
Joined: 04 February 2004 Location: Canada Status: Offline Points: 30 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 March 2004 at 2:13pm |
|
Here is the code I use to dock a hidden pane, I could not find an reasonably easy way to slideout a hidden pane and not have it immediately slide back in:
|
|
![]() |
|
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 |