Setting browser title using StiWebDesigner

Stimulsoft Reports.WEB discussion
Post Reply
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Setting browser title using StiWebDesigner

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Setting browser title using StiWebDesigner

Post 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.
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Setting browser title using StiWebDesigner

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

Setting browser title using StiWebDesigner

Post 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.
Attachments
961.01.png
961.01.png (11.56 KiB) Viewed 13224 times
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Setting browser title using StiWebDesigner

Post 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
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Setting browser title using StiWebDesigner

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

Setting browser title using StiWebDesigner

Post by Andrew »

Hello,

Ok! :biggrin:

Thank you.
Post Reply