Print Page | Close Window

Ribbon Bar

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=11909
Printed Date: 07 October 2024 at 2:18pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Ribbon Bar
Posted By: Lukas
Subject: Ribbon Bar
Date Posted: 20 August 2008 at 2:18pm
Hi,
 
I have another problem with Ribbon Bar
whean I use Docking Pane too
 
I have used
 
DockingPaneManager.SetCommandBars Me.CommandBars
or
 
DockingPaneManager.SetCommandBars (CommandBars.GetDispatch)
 
and then
 
    Set PaneSc1 = DockingPaneManager.CreatePane(1, 500, 120, DockRightOf, Nothing)
    PaneSc1.Title = "Task1"
    PaneSc1.Options = PaneNoCloseable + PaneNoHideable + PaneNoFloatable
    PaneSc1.MaxTrackSize.Width = 520
    PaneSc1.MinTrackSize.Width = 520
   
    Set PaneSc2 = DockingPaneManager.CreatePane(2, 500, 120, DockRightOf, Nothing)
    PaneSc2.Title = "Task2"
    PaneSc2.Options = PaneNoCloseable + PaneNoHideable + PaneNoFloatable
    PaneSc2.AttachTo PaneSc1

 
but the Ribbon not work well
 
Please help me...
 
Many thanks and regards...
 
Luca
 



Replies:
Posted By: Oleg
Date Posted: 21 August 2008 at 1:45am
Hi,
 
Please attach sample that shows what "Ribbon not work well" means.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Lukas
Date Posted: 21 August 2008 at 2:29am

Sorry..

the solution was easy...
 
it was a probem about Zorder...
 
bringing to front the "commandbars", I have resolved...
 
Thanks...
 
Luca



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