Page 2 of 2

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Posted: Fri Jul 29, 2016 7:44 am
by heqichao
because I use this code to fix the problem

Code: Select all

com.stimulsoft.report.options.ExportOptions.Html.setUseStrictTableCellSize(true);
heqichao wrote:Hello I have problem about the report like this.
how can I set the setting to fixed width?
Image
Image

the code is changed lead to the width changed
Image
Image
did it has fiexd in Java 2016.07.15

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Posted: Fri Jul 29, 2016 8:40 am
by Vadim
Hello.
Due to html restrictions export can be done with 2 variants
com.stimulsoft.report.options.ExportOptions.Html.setUseStrictTableCellSize(true);
or
com.stimulsoft.report.options.ExportOptions.Html.setUseStrictTableCellSize(false);
So you must choose variant that you prefer

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Posted: Fri Aug 05, 2016 7:06 am
by heqichao
Hello, it throw the exception when I insert the img int the report
Image

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Posted: Fri Aug 05, 2016 12:24 pm
by Vadim
Hello.
Can you describe step-by-step way to reproduce problem?

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Posted: Mon Aug 08, 2016 1:23 am
by heqichao
Hello, I want to insert the image.
I create the blank report
Image
and insert the image
Image
and set the image url
Image
but it throw the exception when I click ok
Image

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Posted: Mon Aug 08, 2016 2:10 pm
by Vadim
Hello.
Maybe you use old version?
If you try on http://java.stimulsoft.com/designer.jsp image works

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Posted: Wed Aug 10, 2016 7:29 am
by heqichao
Hello ,I can reproduce an issue in the Stimulsoft Reports.Fx for Java 2016.08.04

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Posted: Thu Aug 11, 2016 7:18 am
by Vadim
Hello.
We made some changes & add enhanced logging, you can try it from 2016.1.26 version.
If you will get error again please send error stack with log error message.