Animated hide |
Post Reply |
Author | |
shares
Groupie Joined: 14 March 2008 Location: United States Status: Offline Points: 13 |
Post Options
Thanks(0)
Posted: 28 March 2008 at 1:42pm |
How can I cause a pane to hide programmatically. Calling the
m_paneManager.HidePane or m_pwndPane->Hide cause the pane to just disappear. I want to cause it to slide out of the way. Thanks |
|
shares
Groupie Joined: 14 March 2008 Location: United States Status: Offline Points: 13 |
Post Options
Thanks(0)
|
Anybody have a reply to this? Pretty please?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Try something like:
void CMainFrame::OnShowPane(UINT nID)
{ m_paneManager.HidePane(nID); m_paneManager.ShowPane(nID); SetFocus(); } |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
shares
Groupie Joined: 14 March 2008 Location: United States Status: Offline Points: 13 |
Post Options
Thanks(0)
|
The funny thing is, that ShowPane causes the pane to slide out gracefully - thats good. But HidePane causes the pane to disappear abruptly - not so good.
I want HidePane to make the pane slide closed as gracefully as ShowPane slides it open. Is that possible? Thanks |
|
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 |