Page 1 of 4

The problem of Components

Posted: Fri May 20, 2016 7:41 am
by heqichao
Hello , how can I use cross-table on the web designer ?
Image

and how can I design the report like this
Image
and the row number is not fixed.
Thanks

Re: The problem of Components

Posted: Fri May 20, 2016 12:21 pm
by HighAley
Hello.

Sorry, the Cross-tab component is not available at this moment.
We are working on it and it will be available in one of our next builds.

Thank you.

Re: The problem of Components

Posted: Thu May 26, 2016 6:32 am
by heqichao
Hello,I set the variable the type of list,but how to set the single selection?
Image
Image

Re: The problem of Components

Posted: Thu May 26, 2016 9:07 am
by Alex K.
Hello,

Please try to set the 'Value" type for the variable instead a "List".

Thank you.

Re: The problem of Components

Posted: Thu May 26, 2016 4:13 pm
by heqichao
Thanks!
and I have other problem, I have used stimulsoft-2016.1.13-trial.jar but it throw the error on the html like this
Image

and it is my code

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/webapp_2_5.xsd"
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee"
	id="WebApp_ID" version="2.5">
	<display-name>stimulsoft_webdesigner</display-name>
	<welcome-file-list>
		<welcome-file>index.jsp</welcome-file>
	</welcome-file-list>
	<!-- configuration, this parameter indicates the main application directory -->
	<servlet>
		<servlet-name>StimulsoftResource</servlet-name>
		<servlet-class>com.stimulsoft.web.servlet.StiWebResourceServlet</servlet-class>
	</servlet>
	<servlet-mapping>
		<servlet-name>StimulsoftResource</servlet-name>
		<url-pattern>/stimulsoft_web_resource/*</url-pattern>
	</servlet-mapping>
	<servlet>
		<servlet-name>StimulsoftDesignerAction</servlet-name>
		<servlet-class>com.stimulsoft.webdesigner.servlet.StiWebDesignerActionServlet</servlet-class>
	</servlet>
	<servlet-mapping>
		<servlet-name>StimulsoftDesignerAction</servlet-name>
		<url-pattern>/stimulsoft_webdesigner_action</url-pattern>
	</servlet-mapping>
</web-app>

Re: The problem of Components

Posted: Fri May 27, 2016 5:55 am
by Vadim
Hello.
Please remove <stiwebdesigner:resources /> from jsp page.

Re: The problem of Components

Posted: Fri May 27, 2016 9:53 am
by heqichao
thanks

Re: The problem of Components

Posted: Fri May 27, 2016 11:38 am
by Vadim
Hello.
Let us know if you need any additional help.
Thank you.

Re: The problem of Components

Posted: Mon May 30, 2016 3:19 am
by heqichao
I have a question about export setting.
It is my code

Code: Select all

  StiWebViewerOptions options = new StiWebViewerOptions();
	    options.getExports().getDefaultSettings().exportToPdf.setUseUnicode(true);
	    options.getExports().getDefaultSettings().exportToPdf.setOpenAfterExport(true);
	    options.getExports().getDefaultSettings().exportToPdf.setImageQuality(80);
	    options.getExports().getDefaultSettings().exportToPdf.setImageResolution(100);
the ImageResolution and ImageQuality is workable, but the UseUnicode and OpenAfterExport is not working

Re: The problem of Components

Posted: Tue May 31, 2016 10:32 am
by Vadim
Hello.
OpenAfterExport works only with Swing Viewer component.
UseUnicode - works, what is wrong?