RibbonBars & DockingPane? |
Post Reply |
Author | |
rdeboer
Groupie Joined: 29 April 2004 Location: Netherlands Status: Offline Points: 81 |
Post Options
Thanks(0)
Posted: 29 June 2006 at 6:53pm |
I just tried to use DockingPane in combination with RibbonBars.
As soon as I add panes to the form, the ribbonbars disappear.
Is this a bug?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
I guess there is no enough space to show it. Try to set MinWidth property (or MinHeight - don't remember) to 0.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
rdeboer
Groupie Joined: 29 April 2004 Location: Netherlands Status: Offline Points: 81 |
Post Options
Thanks(0)
|
I tried RibbonBar.MinimumVisibleWidth = 0, but that didn't help.
Also removed 'DockingPane.SetCommandBars Me.CommandBars' but same result.
The panes are overlapping the RibbonBar completely from the top.
If I Hide the Panes one by one, the RibbonBar is visible again.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
1. Add DockingPane.SetCommandBars Me.CommandBars back
2. Be sure Commandbars on the form is created first - select commanbars icon and click bring front.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
rdeboer
Groupie Joined: 29 April 2004 Location: Netherlands Status: Offline Points: 81 |
Post Options
Thanks(0)
|
Yep, that did the trick!
Thanks.
|
|
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 |