Docking Pane and Status bar position |
Post Reply |
Author | |
supermip
Groupie Joined: 03 July 2009 Location: Belgium Status: Offline Points: 12 |
Post Options
Thanks(0)
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) to show you the current status of my investigations. Thank you very much in advanced. Best regards, Michel. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
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 |