Page 1 of 1
Hide the designer language combo
Posted: Thu Jun 12, 2014 9:04 pm
by hugo
Hello,
I'm customizing the designer to the end user and it's almost like I want.
It's only missing one request that I would like your help.
I would like to hide the combo of languages in the upper right corner.
I tried with "StiOptions.designer.toolbar.showSelectLanguage = false" but this didn't worked.
Thank you,
Hugo.
Re: Hide the designer language combo
Posted: Fri Jun 13, 2014 6:02 am
by Alex K.
Hello,
The issue is fixed.The fix will be available in the next prerelease build.
Thank you.
Re: Hide the designer language combo
Posted: Fri Jun 13, 2014 2:05 pm
by hugo
OK, thank you.
I will take advantage of the fix when I upgrade my subscription.
Meanwhile as a workaround (monkey patch) I apply to following code:
Code: Select all
designer = report.designer as StiDesignerFx;
designer.getChildAt(5).visible = false; //hide the language combo
Re: Hide the designer language combo
Posted: Sun Jun 15, 2014 10:15 am
by Andrew
Dear Hugo,
Please let us know about the prerelease build testing results.
Thank you for sharing the workaround with others.
Re: Hide the designer language combo
Posted: Sun Jun 15, 2014 12:43 pm
by hugo
Hello Andrew,
Currently, my annual subscription was ended so I will keep the found workaround and change to the proper way (using the public property) when I can renew my subscription.
Since I'm a independent developer, I can not afford to upgrade my license now, but I will do it when be more reasonable. Then, I will let you know if the problem still persists.
Thank you,
Hugo.
Re: Hide the designer language combo
Posted: Mon Jun 16, 2014 6:59 am
by HighAley
Hello, Hugo.
Let us know if you need any additional help.
Thank you.