Setting browser title using StiWebDesigner
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Setting browser title using StiWebDesigner
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
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
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.
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.
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Setting browser title using StiWebDesigner
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!
Thanks!
Setting browser title using StiWebDesigner
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.
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 (11.56 KiB) Viewed 13224 times
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Setting browser title using StiWebDesigner
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
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
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Setting browser title using StiWebDesigner
[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.
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
Hello,
Ok! :biggrin:
Thank you.
Ok! :biggrin:
Thank you.