IsFloating issue |
Post Reply |
Author | |
JamesC
Newbie Joined: 03 December 2003 Status: Offline Points: 21 |
Post Options
Thanks(0)
Posted: 29 January 2004 at 5:25pm |
I have an MDI application and I want to close all the floating panes that are associated with a mdichildwnd when it switches to another mdichildwnd. the closing part works fine. but it seems that when I try to show all the windows that were floating.. I can't seem to determine what window those where. IsFloating() always returns false. Any ideas of how to determine the show "state" so I know what windows to show.. thanks.
|
|
vladsch
Newbie Joined: 04 February 2004 Location: Canada Status: Offline Points: 30 |
Post Options
Thanks(0)
|
Once you close the pane it is no longer floating. You should save the Pane IDs that you want to reopen in the MDIchildwnd and call the pane manager ShowPane(PaneID) for every pane that you want to show. ShowPane will show the pane in the same state it was in when it was closed. |
|
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 |