Page 1 of 1
options not working?
Posted: Thu Jan 20, 2011 8:39 am
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...
options not working?
Posted: Fri Jan 21, 2011 6:23 am
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.
options not working?
Posted: Fri Jan 21, 2011 7:21 am
by brianj774
very good, thank you.
options not working?
Posted: Fri Jan 21, 2011 7:40 am
by Andrew
Always glad to help you.