Search found 359 matches

by hugo
Wed Oct 07, 2020 11:40 pm
Forum: Stimulsoft Reports.JS
Topic: Console log warning when load a xml language
Replies: 3
Views: 995

Re: Console log warning when load a xml language

Thank you.
As an alternative I'm using now the method setLocalization that avoids the warning.
by hugo
Tue Oct 06, 2020 9:39 pm
Forum: Stimulsoft Reports.JS
Topic: The designer changes page title
Replies: 5
Views: 1242

Re: The designer changes page title

Solved.
Thank you.
by hugo
Mon Oct 05, 2020 11:33 pm
Forum: Stimulsoft Reports.JS
Topic: How to insert/inject a Text programmatically ?
Replies: 2
Views: 992

Re: How to insert/inject a Text programmatically ?

Solved: var myText = new Stimulsoft.Report.Components.StiText(new Stimulsoft.System.Drawing.Rectangle(-0.5, page.height, 0.5, 15)); myText.text = "My sample text"; myText.font = new Font("Arial", 8, "Point", 2); myText.textOptions = new Stimulsoft.Base.Drawing.StiTextOp...
by hugo
Mon Oct 05, 2020 9:42 pm
Forum: Stimulsoft Reports.JS
Topic: How to insert/inject a Text programmatically ?
Replies: 2
Views: 992

How to insert/inject a Text programmatically ?

How to insert/inject a Text programmatically ? This is how I do with Stimulsoft Flex (on this case a StiText vertical on the left side of the page: var myText:StiText = new StiText(new StiRectangle(-0.5, page.height - 15, 0.4, 15), "My sample text"); myText.font = new StiFont("Arial&q...
by hugo
Mon Oct 05, 2020 1:09 pm
Forum: Stimulsoft Reports.JS
Topic: The designer changes page title
Replies: 5
Views: 1242

The designer changes page title

The designer changes page title.
Also happens when I load a report file.
That shouldn't happen and it's the default behaviour of viewer.
by hugo
Mon Oct 05, 2020 1:49 am
Forum: Stimulsoft Reports.JS
Topic: Can not set the default language
Replies: 2
Views: 988

Re: Can not set the default language

Solved with: Stimulsoft.Base.Localization.StiLocalization.setLocalizationFile
by hugo
Mon Oct 05, 2020 1:00 am
Forum: Stimulsoft Reports.JS
Topic: How to hide Preview from the Designer ?
Replies: 3
Views: 1037

How to hide Preview from the Designer ?

How to hide Preview from the Designer ?
by hugo
Mon Oct 05, 2020 12:59 am
Forum: Stimulsoft Reports.JS
Topic: Console log warning when load a xml language
Replies: 3
Views: 995

Console log warning when load a xml language

When I load a xml language, I get this warning in Google Chrome console:
[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.