StatusBar and Docking panes |
Post Reply |
Author | |
@lin
Groupie Joined: 20 September 2006 Status: Offline Points: 19 |
Post Options
Thanks(0)
Posted: 20 September 2006 at 8:11am |
Hello
I have and SDI form with some docking panes inside and a statusbar. The problem i encounter is that the size of the statusbar is ignored and the panes are drawn behind the statusbar. I made a simple example here: http://www.savefile.com/files/92851
As you can see the client area is drawn over the statusbar and the panes behind it.
Please tell me if it is possible to make the statusbar act as a real statusbar and all the other controls to be drawn above it.
I also have another question regarding Docking panes: how can i set the size and location of the client area?
Thank you
Alin
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
If you use both CommandBars and DockingPane you need to add
DockingPaneManager.SetCommandBars CommandBars
in Load event and instead
DockingPaneManager_Resize use CommandBars_Resize
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
@lin
Groupie Joined: 20 September 2006 Status: Offline Points: 19 |
Post Options
Thanks(0)
|
Thank you ... it works ok now.
What about the second question (size and position of the client area for DockingPanes) ?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, Client size and position always calculated using position and size of dockingpanes.
|
|
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 |