Page 1 of 1

Setting browser title using StiWebDesigner

Posted: Fri Apr 22, 2011 8:56 pm
by jay@bplogix.com
The BrowserTitle property does not seem to do anything. Running the flash report designer always sets the page title to Report.

StiWebDesigner1.BrowserTitle = "My custom title";
StiWebDesigner1.Design(report);

Is there a different way to set the page title?

Also, how does the flash report viewer (StiWebViewerFx) set the page title

Thanks

Setting browser title using StiWebDesigner

Posted: Mon Apr 25, 2011 8:49 am
by Vladimir
Hello,

Properties of a StiWebDesigner component must be defined on the aspx page or in a special PreInit event of StiWebDesigner component.

We have added this property to StiWebViewerFx component, the update will be available in the next prerelease build on April, 26.

Thank you.

Setting browser title using StiWebDesigner

Posted: Mon May 02, 2011 12:25 pm
by jay@bplogix.com
I see that the pre-release is now available, thanks. The pre-releases are marked as "trials" ... as a registered user, should I download the trial or is there a different download?
Thanks!

Setting browser title using StiWebDesigner

Posted: Mon May 02, 2011 12:42 pm
by Andrew
Hello,

You may download a prerelease build as a registered user. For this you need to login on our site at http://stimulsoft.com/RegisteredUsers.aspx?login=yes .

In the Download section (please see the attached screenshot I have marked a table where you may download the builds). If you still have problems with avoiding DEMO watermark in your reports, please read the following topic: http://stimulsoft.helpserve.com/index.p ... id=2&nav=0

Thank you.

Setting browser title using StiWebDesigner

Posted: Tue May 03, 2011 1:10 pm
by jay@bplogix.com
Thanks. Downloaded the new version. But I found a few problems.

1. I am trying to hide the about button in the designer with
StiWebDesignerOptions.Toolbar.ShowAboutButton = false;
This worked previously but in the new build it has no affect.

2. Setting the LocalizationDirectory in Page_PreInit previously used to show all languages in the "Select UI Language" dropdown in the report designer. Now it only shows English. I am using
StiWebDesigner1.LocalizationDirectory = "/ReportLocalization";
in Page_PreInit (where ReportLocalization folder contains 7 XML files of languages).

Thanks

Setting browser title using StiWebDesigner

Posted: Wed May 04, 2011 7:07 pm
by jay@bplogix.com
[quote="jay"@bplogix.com]Thanks. Downloaded the new version. But I found a few problems.
Thanks[/quote]
Ignore my last post. I had a mixture of old and new DLLs which was causing the problem. There is no problem when I use the correct DLLs.

Setting browser title using StiWebDesigner

Posted: Wed May 04, 2011 10:10 pm
by Andrew
Hello,

Ok! :biggrin:

Thank you.