Hide unit selection in status bar of stiRibbonDesignerControl
Hide unit selection in status bar of stiRibbonDesignerControl
Hello,
I would like to hide the unit selection (drop down) in status bar of stiRibbonDesignerControl. How can this be done?
Thanks for any help.
Yours
munich
I would like to hide the unit selection (drop down) in status bar of stiRibbonDesignerControl. How can this be done?
Thanks for any help.
Yours
munich
Hide unit selection in status bar of stiRibbonDesignerControl
Hello Munich,
You can use following code:
Thank you.
You can use following code:
Code: Select all
Stimulsoft.Report.Design.Toolbars.StiStatusBarService service = Stimulsoft.Report.Design.Toolbars.StiStatusBarService.GetService();
service.ShowUnits = false;
Hide unit selection in status bar of stiRibbonDesignerControl
Hello Jan,
sorry, but the dropdown with the units is still visible.
I use your code right before I call
What did I do wrong?
Regards
munich
sorry, but the dropdown with the units is still visible.
I use your code right before I call
Code: Select all
stiReport.Design();
Regards
munich
Hide unit selection in status bar of stiRibbonDesignerControl
Hi Munich,
The issue is confirmed. We will inform you when the issue is fixed.
Thank you.
The issue is confirmed. We will inform you when the issue is fixed.
Thank you.
Hide unit selection in status bar of stiRibbonDesignerControl
Hi Munich,
The issue is fixed and the patch will be available in the next prerelease build on Monday.
Thank you.
The issue is fixed and the patch will be available in the next prerelease build on Monday.
Thank you.
Hide unit selection in status bar of stiRibbonDesignerControl
Dear Edward,
I am using patch SR_2010.01.04_R2005. But the dropdown with the units is still visible in status bar when I use
or use stiRibbonDesignerControl on a form.
What did I do wrong?
Yours
munich
I am using patch SR_2010.01.04_R2005. But the dropdown with the units is still visible in status bar when I use
Code: Select all
stiReport.Design();
What did I do wrong?
Yours
munich
Hide unit selection in status bar of stiRibbonDesignerControl
Hi Munich,
Could you please explain briefly how designer was being used?
And the code above you had to to use before the designer had been created.
And in the build from 11th of January the following options will be available:
StiOptions.Designer.Toolbars.StatusBar.ShowUnits
StiOptions.Designer.Toolbars.StatusBar.ShowComponentName
StiOptions.Designer.Toolbars.StatusBar.ShowLocation
Thank you.
Could you please explain briefly how designer was being used?
And the code above you had to to use before the designer had been created.
And in the build from 11th of January the following options will be available:
StiOptions.Designer.Toolbars.StatusBar.ShowUnits
StiOptions.Designer.Toolbars.StatusBar.ShowComponentName
StiOptions.Designer.Toolbars.StatusBar.ShowLocation
Thank you.
Hide unit selection in status bar of stiRibbonDesignerControl
Dear Edward,
the property
works fine. Now the dropdown with the units disappears in status bar setting the property to false.
This is the code sequence that did and does not work:
I thank you very much for your help.
Yours
munich
the property
Code: Select all
StiOptions.Designer.Toolbars.StatusBar.ShowUnits
This is the code sequence that did and does not work:
Code: Select all
Stimulsoft.Report.Design.Toolbars.StiStatusBarService barService = Stimulsoft.Report.Design.Toolbars.StiStatusBarService.GetService();
barService.ShowUnits = false;
StiReport report = new StiReport();
report.Design();
Yours
munich
Hide unit selection in status bar of stiRibbonDesignerControl
Hi Munich,
We will check it and let you know our results.
Thank you.
We will check it and let you know our results.
Thank you.