Print Page | Close Window

Pane becomes detached after pinning

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=3925
Printed Date: 04 July 2024 at 11:39am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Pane becomes detached after pinning
Posted By: dmcelroy
Subject: Pane becomes detached after pinning
Date 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.




Replies:
Posted By: Oleg
Date Posted: 03 April 2006 at 7:54am

Hello,

Please, try to reproduce it with our VB MDI Sample.



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: dmcelroy
Date Posted: 05 April 2006 at 9:02pm
Hello oleg. I am using C# VS2005. Will C# suffice?


Posted By: Oleg
Date Posted: 05 April 2006 at 9:20pm

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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net