![]() |
Ribbon Bar |
Post Reply
|
| Author | |
Lukas
Newbie
Joined: 11 June 2008 Location: Italy Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Topic: Ribbon BarPosted: 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
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Lukas
Newbie
Joined: 11 June 2008 Location: Italy Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
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
|
|
![]() |
|
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 |