![]() |
How to know if floated pane is pinned ? |
Post Reply
|
| Author | |
Louis
Newbie
Joined: 17 August 2005 Status: Offline Points: 19 |
Post Options
Thanks(0)
Quote Reply
Topic: How to know if floated pane is pinned ?Posted: 12 September 2005 at 8:32am |
|
I want to use the pin button of panes as a toggle to allow or disallow floated panes to be docked or not. If a pane is floated and then pinned, this would not allow the pane to be docked. I know how to not allow docking. How to know if the pane is pinned in floating mode ? There is no IsPinned function in CXTPDockingPane class. Must be some attributes I can check ? thanks, |
|
![]() |
|
Louis
Newbie
Joined: 17 August 2005 Status: Offline Points: 19 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 September 2005 at 3:26pm |
|
I have tried to check for action xtpPaneActionPinning but this action is not sent when pane if floating. Why not ? When a pane is floating and I pin it (auto-hide it) the auto hide works fine, so why I don't receive pinning action ? thanks, Edited by Louis |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 September 2005 at 2:20pm |
|
Hello, Some hints: - try to get parent frame of Floated window it must be CXTPDockingPaneMiniWnd class. - check m_bCollapsed of CXTPDockingPaneMiniWnd. It is protected, so you must override CXTPDockingPaneMiniWnd class. |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |