Search found 5 matches

by harzmann
Tue Mar 08, 2022 1:05 am
Forum: Stimulsoft Dashboards.JS
Topic: JSON.parse error when try to load a Report from Database
Replies: 3
Views: 2774

Re: JSON.parse error when try to load a Report from Database

Hi Support Team, I solved the problem. The problem was the assigning of the String-Value which contains the Report-Json-String. My solution is: In Flask Python: ============== cur = mysql.connection.cursor(MySQLdb.cursors.DictCursor) result = cur.execute("SELECT report_json FROM reports WHERE r...
by harzmann
Mon Mar 07, 2022 2:59 am
Forum: Stimulsoft Dashboards.JS
Topic: JSON.parse error when try to load a Report from Database
Replies: 3
Views: 2774

JSON.parse error when try to load a Report from Database

Hello Support Team, I am saving a report file to a database using the 'saveToJsonString' command: ================================================================== designer.onSaveReport = function (e) { var jsonStr = e.report.saveToJsonString(); ... } Then I try to load the stored string from Datab...
by harzmann
Wed Dec 15, 2021 10:07 pm
Forum: Stimulsoft Dashboards.JS
Topic: Full Screen on iOS with Safari or Chrome
Replies: 6
Views: 1907

Re: Full Screen on iOS with Safari or Chrome

Hi Support Team,

found the error (internal error in production/development deployment). Sorry was my fault.
Now it works great!
Thanks for your fast and great support.

Greetings and merry XMas.
by harzmann
Mon Dec 13, 2021 3:46 pm
Forum: Stimulsoft Dashboards.JS
Topic: Full Screen on iOS with Safari or Chrome
Replies: 6
Views: 1907

Re: Full Screen on iOS with Safari or Chrome

Hello Support Team, I have downloaded the latest version from 21/12/07 and set the option: // Set full screen mode for the viewer var options = new Stimulsoft.Viewer.StiViewerOptions(); options.appearance.scrollbarsMode = true; options.appearance.fullScreenMode = false; options.appearance.allowMobil...
by harzmann
Wed Dec 01, 2021 11:36 pm
Forum: Stimulsoft Dashboards.JS
Topic: Full Screen on iOS with Safari or Chrome
Replies: 6
Views: 1907

Full Screen on iOS with Safari or Chrome

Hello Forum, I have created a Dashboard and integrate it in my Flask Application on a html-template. The Full-Screen Option ist set to false, because I DON'T want to show the Dashboard in Full-Screen. On a Windows Client with Chrome or Edge Browser it works fine - see attached Screenshot. Only on an...