Removing Pushpin from a Docked Pane |
Post Reply |
Author | |
Shawshank
Senior Member Joined: 16 October 2005 Status: Offline Points: 117 |
Post Options
Thanks(0)
Posted: 21 February 2006 at 3:41am |
I have a Pane that docks upon the left side of my Form. When it pops out I cannot seem to determine a way to remove the Pushpin from the upper right corner. I have managed to remove the other icons there but not the PushPin. Can this be done?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
hello, Set its option to PaneNoHideable. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Shawshank
Senior Member Joined: 16 October 2005 Status: Offline Points: 117 |
Post Options
Thanks(0)
|
Thanks...it doesn't actually remove the pushpin but it does prevent the Pane from being hidden.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, Actuallly it must remove pushpin button.... What version do you have? |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Shawshank
Senior Member Joined: 16 October 2005 Status: Offline Points: 117 |
Post Options
Thanks(0)
|
I have version 9.81. It did indeed remove the pushpin. The problem was that I needed to clear and saved data for the control from the registry. Once I did that the changes were reflected. This gotcha has gotten me a few times using this controls. Thx. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
You can change Registry Key: instead DockingPaneManager.LoadState "Codejock Software Demos", "SDISample", "Layout2" use for example DockingPaneManager.LoadState "Codejock Software Demos", "SDISample", "Layout3" |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Shawshank
Senior Member Joined: 16 October 2005 Status: Offline Points: 117 |
Post Options
Thanks(0)
|
Cool, thanks for the tip. I just made a little routine to clear it out. This seems better to do while in development to keep the reg changes to a min.
|
|
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 |