options not working?

Stimulsoft Reports.Flex discussion
Locked
brianj774
Posts: 177
Joined: Tue Jan 11, 2011 7:15 am
Location: Minnesota

options not working?

Post by brianj774 »

I add this, just after my initialization code...

Code: Select all

	StiOptions.designer.toolbar.showExitButton = true;
	StiOptions.designer.toolbar.showCodeTab = true; 
Neither option appears to have any effect on the rendered designer...
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

options not working?

Post by Vladimir »

Hello,

The .showExitButton option displays the Exit button in the main menu.

The .showCodeTab option displays the code tab, but unfortunately this feature is not applicable for Reports.Fx version and is made for compatibility. It will be removed from the options list in next versions.

Thank you.
brianj774
Posts: 177
Joined: Tue Jan 11, 2011 7:15 am
Location: Minnesota

options not working?

Post by brianj774 »

very good, thank you.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

options not working?

Post by Andrew »

Always glad to help you.
Locked