Print Page | Close Window

Control bar problem

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=2655
Printed Date: 17 November 2024 at 3:48pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Control bar problem
Posted By: oyalhi
Subject: Control bar problem
Date Posted: 28 July 2005 at 9:09am

I have a dockable window and a controlbar (menu) in my app.  The dockable window is docked to the left most side as it should.  However, the menu bar on top starts right after the dockable window.  The menu bar does not start from the very top left and go to the far right.  It is at the very top but the left side starts after the dockable window.  What could be causing this, any ideas?

Regards, Omer




Replies:
Posted By: oyalhi
Date Posted: 28 July 2005 at 9:11am

This is the code for docking the windows:

  DockingPaneManager.SetCommandBars Me.CommandBars
 
  Set g_panCustomer = DockingPaneManager.CreatePane(ID_PANE_CUSTOMER, 150, 150, DockLeftOf, Nothing)
  g_panCustomer.Title = "Aboneler"
 
  Set g_panLog = DockingPaneManager.CreatePane(ID_PANE_LOG, 150, 150, DockBottomOf, Nothing)
  g_panLog.Title = "Mesajlar"



Posted By: SuperMario
Date Posted: 28 July 2005 at 9:12am
Add this before panes are created:
DockingPaneManager.SetCommandBars Me.CommandBars

Then on you form, right-click on the DockingPane Control and select "Send-To-Back"




Posted By: SuperMario
Date Posted: 28 July 2005 at 9:16am
Opps, didn't see you posted code.  Just make sure  DockingPaneManager.SetCommandBars Me.CommandBars
is used before you create any panes  And the Z-Order info from above.


Posted By: oyalhi
Date Posted: 28 July 2005 at 9:23am

Send to back did the trick.  I would have never guessed in one million years. 

Thanks SuperMario.




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