Print Page | Close Window

Docking Pane and Status bar position

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=14684
Printed Date: 30 January 2025 at 11:43pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Docking Pane and Status bar position
Posted By: supermip
Subject: Docking Pane and Status bar position
Date Posted: 03 July 2009 at 10:08am

Hello All,

I am evaluating the product 'Xtreme SuitePro ActiveX 2009 (13.1.0)' to design our new application interface.

I am using under Visual Basic 6:

under a mdi project, I have: 1 main menu, 1 main toolbar, 1 tabbed toolbar (to the left), 1 docking pane and 1 status bar. All are the controls from your suite package. 

I have the following issue:


1. how can I get the status bar at the bottom ? Actually this is just between the panel and the tabbed toolbar.

2. If I resize the pane2, I need to resize the main window to get the pane resized. What could I do wrong ?

3. Is there a way to persist the tabbed toolbar. Each time it returns to the left side. I have used your MDISample and this is the same effect. Do you think this is possible ?

Could you please help me to get the layout as I expect ? This will help me to take the final order decision.

I have attached my VB6.0 example ( uploads/20090703_100420_DesignResearch.zip - uploads/20090703_100420_DesignResearch.zip ) to show you the current status of my investigations.

Thank you very much in advanced.

Best regards,

Michel.




Replies:
Posted By: Oleg
Date Posted: 06 July 2009 at 2:13am
Hi,
 
1, 2. In designed Select CommandBars, right click, select "Bring to Front".
 
3. You don't hav LoadCommandBars call.
 
4. You also need unload panes:
 
 
Private Sub MDIForm_Unload(Cancel As Integer)
    On Error Resume Next
    CommandBars.SaveCommandBars "m+p international", "SmartOffice", "Layout"
   
    Unload arrPanes(1)
    Unload arrPanes(2)

End Sub
 


-------------
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