Pane becomes detached after pinning |
Post Reply |
Author | |
dmcelroy
Newbie Joined: 26 March 2006 Location: United States Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 02 April 2006 at 4:49pm |
Hello all, I am having a problem with panes becoming detached after pinning. I am creating a pane as follows: PaneTasks = DockingPaneManager.CreatePane( ID.PANE_TASKS, 200, 100, DockingDirection.DockRightOf, null); PaneTasks.Title = "Tasks Pane"; PaneTasks.AttachTo(PaneNavigator); // already exists PaneTasks.Select(); This works but when I pin the new pane, both the new pane and the pane I attached it to are selected/pinned and when I unpin the new pane, it is no longer attached. Any ideas or assistance is appreciated. Thank you for your time and consideration. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, Please, try to reproduce it with our VB MDI Sample. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
dmcelroy
Newbie Joined: 26 March 2006 Location: United States Status: Offline Points: 9 |
Post Options
Thanks(0)
|
Hello oleg. I am using C# VS2005. Will C# suffice?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, as I wrote you in issue track. You must furst attach panes and when hide: PaneTasks.AttachTo(PaneNavigator); PaneNavigator.Hide();
|
|
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 |