Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Ribbon Bar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Ribbon Bar

 Post Reply Post Reply
Author
Message Reverse Sort Order
Lukas View Drop Down
Newbie
Newbie


Joined: 11 June 2008
Location: Italy
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote Lukas Quote  Post ReplyReply Direct Link To This Post Topic: Ribbon Bar
    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
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Lukas View Drop Down
Newbie
Newbie


Joined: 11 June 2008
Location: Italy
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote Lukas Quote  Post ReplyReply Direct Link To This Post 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
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.051 seconds.