Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - StatusBar and Docking panes
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

StatusBar and Docking panes

 Post Reply Post Reply
Author
Message
@lin View Drop Down
Groupie
Groupie


Joined: 20 September 2006
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote @lin Quote  Post ReplyReply Direct Link To This Post Topic: StatusBar and Docking panes
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 20 September 2006 at 9:04am
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
Back to Top
@lin View Drop Down
Groupie
Groupie


Joined: 20 September 2006
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote @lin Quote  Post ReplyReply Direct Link To This Post Posted: 20 September 2006 at 9:59am
Thank you ... it works ok now.
 
What about the second question (size and position of the client area for DockingPanes) ?
 
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 20 September 2006 at 10:27am

Hello,

Client size and position always calculated using position and size of dockingpanes.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.