Search found 8 matches

by Vardenis
Thu Jan 28, 2021 3:10 pm
Forum: Stimulsoft Reports.JS
Topic: License key issue
Replies: 1
Views: 1282

License key issue

Hello, In 2020.4.2 I've been setting my license key like this: Stimulsoft.Base.StiLicense.key = stimulsoft_lk; stimulsoft_lk is a constant with license key as string After updating files to 2021.1.1 started to get "TRIAL" on my pages. Doesn't show any error or anything else. Is there anyth...
by Vardenis
Wed Dec 09, 2020 12:47 pm
Forum: Stimulsoft Reports.JS
Topic: StiOptions is not defined 2020.5.1
Replies: 8
Views: 2026

Re: StiOptions is not defined 2020.5.1

Hello,

Is there any info ?
by Vardenis
Tue Nov 10, 2020 2:52 pm
Forum: Stimulsoft Reports.JS
Topic: StiOptions is not defined 2020.5.1
Replies: 8
Views: 2026

Re: StiOptions is not defined 2020.5.1

Hello,

I load them from Angular service through created script element when I need them:

Image

I've used this all the time and it worked with 2020.4.2 version.
It should be okay, unless the loading scripts order must be different in latest versions
by Vardenis
Fri Nov 06, 2020 7:21 am
Forum: Stimulsoft Reports.JS
Topic: StiOptions is not defined 2020.5.1
Replies: 8
Views: 2026

Re: StiOptions is not defined 2020.5.1

Hello,

It seems that the previous issue is gone after updating to 2020.5.1.1

However, now another issue appears on initial load:
Image
by Vardenis
Wed Nov 04, 2020 8:21 am
Forum: Stimulsoft Reports.JS
Topic: StiOptions is not defined 2020.5.1
Replies: 8
Views: 2026

StiOptions is not defined 2020.5.1

Hello, After updating to 2020.5.1 started getting issue where it says that StiOptions is not defined: https://i.imgur.com/kjIp92a.png This approach worked in 2020.4.2 Having problems only with "StiOptions" namespace. "Stimulsoft" namespace works correctly. Could be this the updat...
by Vardenis
Mon Jun 29, 2020 9:31 am
Forum: Stimulsoft Reports.JS
Topic: Header in request some REST
Replies: 10
Views: 3549

Re: Header in request some REST

Hello,

Are there any news ? I'm looking for this answer too
by Vardenis
Thu Feb 13, 2020 11:39 am
Forum: Stimulsoft Reports.JS
Topic: viewer.onInteraction async
Replies: 4
Views: 1761

Re: viewer.onInteraction async

Hello,

Thanks! That did the job

Also I had to add args into callback method to pass them back

Code: Select all

callback(args);
by Vardenis
Mon Feb 03, 2020 1:42 pm
Forum: Stimulsoft Reports.JS
Topic: viewer.onInteraction async
Replies: 4
Views: 1761

viewer.onInteraction async

Hello, I'm trying to get async data within onInteraction function by variables, but if data comes a little bit too late, the report won't show it and the async things actually doesn't help. Not sure what is happening under the hood, but if I'm not setting slower internet it gets data in time and sho...