Page 1 of 1
Incorrect Programming Manual
Posted: Wed Apr 02, 2014 1:24 am
by samad
In Chapter 11 (Using Flex Viewer) I found a lot of errors.
Probably a copy/paste was done from other section.
For example, when refering to changing options you use a line like this one
Code: Select all
StiOptions.viewer.toolbar.showOpenButton = false;
But the Flex Viewer uses another Property (not StiOptions) . It uses StiWebViewerFxOptions
Like in this sample line.
Code: Select all
Stimulsoft.Report.WebFx.[b]StiWebViewerFxOptions[/b].Toolbar.ShowOpenButton As Boolean
Re: Incorrect Programming Manual
Posted: Wed Apr 02, 2014 5:36 am
by HighAley
Hello.
Could you specify which product do you use?
Because as you can read in
the User Manual:
The Viewer.Fx component is delivered with Stimulsoft Reports.Fx. This component is used to show reports in Flex applications.
If you use Reports.Web product, then read
Using Web ViewerFx section of the Programming Manual.
Thank you.
Re: Incorrect Programming Manual
Posted: Fri Apr 04, 2014 10:00 am
by samad
Re: Incorrect Programming Manual
Posted: Fri Apr 04, 2014 10:49 am
by HighAley
Hello.
Sorry, could you answer more detailed?
Thank you.
Re: Incorrect Programming Manual
Posted: Fri Apr 04, 2014 11:01 am
by samad
In the CHapter 11, For example in page 106, you have the following:
StiOptions.viewer.toolbar.showOpenButton = false;
StiOptions.viewer.toolbar.showSaveButton = false;
StiOptions.viewer.toolbar.showThumbnailsButton = false;
StiOptions.viewer.toolbar.showBookmarksButton = false;
StiOptions.viewer.toolbar.showFindButton = false;
But you cannot use StiOptions. Using Flex you must use the, for example:
StiWebViewerFxOptions.Toolbar.ShowOpenButton As Boolean
Re: Incorrect Programming Manual
Posted: Fri Apr 04, 2014 12:27 pm
by HighAley
Hello.
Could you specify which product do you use?
Thank you.
Re: Incorrect Programming Manual
Posted: Sat Apr 05, 2014 11:38 pm
by samad
I'm using the Flex Viewer.
Re: Incorrect Programming Manual
Posted: Mon Apr 07, 2014 5:30 am
by HighAley
Hello.
Could you specify which product do you use? Reports.Web? Reports.Fx for Flex?
You are writing on the Reports.Web forum but there is no Flex Viewer in this product.
Thank you.
Re: Incorrect Programming Manual
Posted: Mon May 05, 2014 2:11 am
by samad
I think you call it "Stimulsoft: ASP.Net Flash"
Re: Incorrect Programming Manual
Posted: Mon May 05, 2014 5:25 am
by HighAley
Hello.
As we wrote before you are reading the section about Stimulsoft Reports.Fx product line but this is not about StiWebViewerFx which is available in the Reports.Web product.
This is described on
the Using Flex Viewer section:
The Viewer.Fx component is delivered with Stimulsoft Reports.Fx. This component is used to show reports in Flex applications.
Please, read
the Using Web ViewerFx section.
Thank you.