SOLVED: Statusbar xtpThemeRibbon Panes |
Post Reply |
Author | |
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
Posted: 08 May 2008 at 2:50am |
Hi,
When statusbar set to xtpThemeRibbon:
* Width of the pane is too small
* Button width is to big
See attached screenshot
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Its divider drawn in button space. use devider after stretched pane.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
All my panes are streched but I have still the button in right area.
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Oleg, this isn't about some setting, the visual parts have to be reviewed
Well see for yourself. I have created a test project to see what happens.
Do not resize, just the ToDo thingies
First start the app:
Notice the difference of position button <> divider Button is to wide as well
ToDo: Remove comment BeginGroup in code
Restart app:
Notice the difference of position button <> divider = different then before
ToDo: Check Button
All dividers disappear !!
ToDo: click Pane 5
Just after the RibbonDivider there is an ordinary divider drawn and if you hoover pane 4 then the button fits right in.
Well try some different settings you will find more. I'm sure
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Is this fixed? Please respond !!!!!!!!
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Please add margin for this item:
sbStatusBar.pane(4).SetMargins 0, 0, 4, 0
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Thanks, my original problem is solved with this property (when using RibbonDivider).
The SetMargin property behaves differently on panes on left side of RibbonDivider with same Setmargin values.
To test this please add:
For i = 0 To 5
Set pane = sbStatusBar.AddPane(i) pane.Button = True pane.Style = SBPS_STRETCH pane.Text = "I am pane " & i pane.BeginGroup = True pane.Width = 0 pane.SetMargins 4, 0, 4, 0 Next i in my test project.
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
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 |