Hide the designer language combo

Stimulsoft Reports.Flex discussion
Locked
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Hide the designer language combo

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Hide the designer language combo

Post by Alex K. »

Hello,

The issue is fixed.The fix will be available in the next prerelease build.

Thank you.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: Hide the designer language combo

Post 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
Andrew
Posts: 4107
Joined: Fri Jun 09, 2006 3:58 am

Re: Hide the designer language combo

Post by Andrew »

Dear Hugo,

Please let us know about the prerelease build testing results.
Thank you for sharing the workaround with others.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: Hide the designer language combo

Post 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.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Hide the designer language combo

Post by HighAley »

Hello, Hugo.

Let us know if you need any additional help.

Thank you.
Locked