docking pane do NOT tab |
Post Reply |
Author | |
DPDP
Newbie Joined: 25 August 2005 Status: Offline Points: 14 |
Post Options
Thanks(0)
Posted: 25 August 2005 at 2:10pm |
Could someone answer my questions? 1.I need to add a docking pane NOT tabbing into other panes, and do NOT allow other panes to tab in. Basically it is a stand alone pane to disable xtpPaneTypeTabbedContainer type 2.And how to make it always on the top if it is floating over other panes.
|
|
DPDP
Newbie Joined: 25 August 2005 Status: Offline Points: 14 |
Post Options
Thanks(0)
|
I think I know half the problem. The following code prevent the pane attaching to other pane. But I have not figured out how to prevent other panes attaching into the pane. if (wParam == XTP_DPN_ACTION) if (pAction->action == xtpPaneActionAttaching) return TRUE; |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, Some hints: pAction->pDockContainer is Tabbed Container with docking pane CXTPDockingPaneTabbedContainer::GetSelected() returns selected pane |
|
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 |