Page 1 of 1

Suggestion: Add a Web Designer

Posted: Sat Nov 28, 2015 3:59 pm
by hugo
Suggestion: Add a Web folder next to Windows, Mac, Linux folders.

You only need to add a Web folder with a HTML file + designer css + reports.js + designer.js

HTML5 sample code:

Code: Select all

<!DOCTYPE html>
<html lang="en">

<head>
	<link href="reportengine/css/stimulsoft.designer.office2013.white.blue.css" rel="stylesheet">
</head>

<script src="reportengine/scripts/stimulsoft.reports.js" type="text/javascript"></script>
<script src="reportengine/scripts/stimulsoft.designer.js" type="text/javascript"></script>

<script type="text/javascript">
	var designer = new Stimulsoft.Designer.StiDesigner(null, "StiDesigner", false);
</script>

<body>
	<div>
		<script type="text/javascript">
			designer.renderHtml();
		</script>
	</div>
</body>

</html>

Re: Suggestion: Add a Web Designer

Posted: Mon Nov 30, 2015 12:39 pm
by HighAley
Hello.

Thank you for the suggestion.
We will make changes in this way,

Thank you.

Re: Suggestion: Add a Web Designer

Posted: Mon Nov 30, 2015 10:36 pm
by hugo
Thank you.
I'm using Web Designer for now because there is an issue with Mac Designer and Web Designer works just fine.
By the way: I forgot to maximize the report by default of the provided sample and this is useful to avoid scrolls.

Thanks,
Hugo.

Re: Suggestion: Add a Web Designer

Posted: Tue Dec 01, 2015 2:30 pm
by HighAley
Hello, Hugo.

Could you describe how to reproduce the issue with Mac Designer?
What OS version do you use?

Thank you.

Re: Suggestion: Add a Web Designer

Posted: Tue Dec 01, 2015 5:37 pm
by hugo
Hello HighAley,

Of course.
There is already a thread specific for that issue.
OSX 10.11 (El Capitain).
This issue happens just with drag/drop a chart object from the toolbar to a report page.

I believe that this is something related with my OS that was an update from a previous version (I didn't have time to do a clean install).

Re: Suggestion: Add a Web Designer

Posted: Thu Dec 03, 2015 11:30 pm
by Ivan
Hello,

Unfortunately we can't reproduce this issue.
Can you reproduce this issue on another Mac, or this is appear only on your machine?

Thank you.