Jump to content
We've recently updated our Privacy Statement, available here ×

Teodor Danciu

Members
  • Posts

    5,346
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by Teodor Danciu

  1. Certain configuration properties are not read from the configuration context (JasperReportsContext instances), which makes it impossible to have different values for them depending on context. They can only have one global value per application, either set statically, using the jasperreports.properties file in the root package, or set dynamically, using the following code: DefaultJasperReportsContext.getInstance().setProperty(propertyName, value); or JRPropertiesUtil.getInstance(DefaultJasperReportsContext.getInstance()).setProperty(propertyName, value); For a complete list of properties that are not configuration context aware, please consult the Configuration Reference.
  2. Changed Resolution from Open to Works as Designed Changed Status from New to Feedback Requested Changed Assigned User from - to @teodord Hi,The table component tries to avoid its rows being split across different pages, because a page breaks brings complications with regards to how borders should be redrawn and things like that. For simplicity, each table row acts like a subreport band with splitType="Prevent".This is why the engine tries to start a new page before attempting to break your large table row. Also, the engine does not know (or rather does not try to check) if there is some other content on the page or the current page is already empty/new.Currently, there is no way to configure the table so that it allows its rows to break as soon as they need to. This is again intentional, because most of the time tables have short rows and do not need to break and we wanted tables to be easy to use, with few configurations to make.The solution in your case is to give up using a table and simulate the table with a subreport. In the subreport template, you have fine-grained control about how your rows should behave in case they need to split across two pages.I hope this helps.Teodor
  3. Changed Resolution from Reopened to Fixed Changed Status from Feedback Requested to Resolved Hi,I have updated the jaspertemplate.dtd file on the website as well.Thanks,Teodor
  4. Changed Resolution from Open to Fixed Changed Status from Acknowledged to Resolved Hi,This has been fixed in JR 5.0.1 with this commit:http://sourceforge.net/p/jasperreports/code/ci/cd14ca67f1508b6c0aa1d26ee...Thanks,Teodor
  5. Changed Status from New to Assigned Changed Assigned User from @User_306070 to @shertage
  6. Changed Status from New to Feedback Requested Hi,We would need to see the JRXML and maybe the PDF or other output produces by it, to understand what the problem is and maybe be able to reproduce it on our side.Thanks,Teodor
  7. Changed Status from New to Assigned Changed Assigned User from @teodord to @lucianc
  8. Changed Resolution from Open to Won't Fix Changed Status from New to Resolved Hi,We no longer ship an applet JAR with our distro.Thanks,Teodor
  9. Changed Status from New to Assigned
  10. Changed Status from New to Feedback Requested Hi,What output format are we talking about here? PDF?Can we see some relevant files?Thanks,Teodor
  11. Changed Resolution from Open to Unable to Reproduce Changed Status from New to Resolved Hi,I don't understand what the problem is. Please feel free to reopen, if you can provide more details about this.Thanks,Teodor
  12. Changed Resolution from Duplicate to Fixed Changed Status from Acknowledged to Resolved Hi,This has been fixed in JR 5.0.1 with this commit:http://sourceforge.net/p/jasperreports/code/ci/cd14ca67f1508b6c0aa1d26eeb2f7429870860a6/Thanks,Teodor
  13. Changed Resolution from Open to Won't Fix Changed Status from Acknowledged to Resolved Hi,We'll never create such converter ourselves.Thanks,Teodor
  14. Changed Resolution from Open to Won't Fix Changed Status from Acknowledged to Resolved Hi,We are not going to make any improvements to our Swing report viewer as Swing itself is not longer evolving.We are now considering having a JavaFX viewer.Thanks,Teodor
  15. Changed Resolution from Open to Unable to Reproduce Changed Status from Feedback Requested to Resolved
  16. Changed Resolution from Open to No Change Required Changed Status from Feedback Requested to Resolved
  17. Changed Resolution from Open to Fixed Changed Status from Feedback Requested to Resolved
  18. Hi, If we want subreports to have the ability to rotate, then we need all elements that someone can put in a subreport template, to also have this ability. We currently have only text elements that can be rotated and I guess we can also do it for images. But what about more complex graphic elements such as the ones rendered using Javascript. I doubt there is an easy way to make a third party Javascript based chart rotate. Having said that, I think the least expensive solution to achieve this functionality is by rendering the subreport content as SVG. This was already suggested on this tracker and I would probably try making such workaround easier to use. We would be always clipping the subreport content into the design time area of the subreport element. Thanks, Teodor
  19. Changed Resolution from Open to Fixed Changed Status from Assigned to Resolved Hi,I did not actually reproduced the problem you described above, but nevertheless, we eventually upgraded to JFreeChart version 1.0.19 for the upcoming JR release.I'm marking this as fixed.Thanks,Teodor
  20. Hi, Not sure if a bug tracker was created as a result of this message thread, but there is one probably describing the same problem, which has now been fixed for upcoming JR Library release: http://community.jaspersoft.com/jasperreports-library/issues/3725 Thanks, Teodor
  21. Changed Resolution from Open to Fixed Changed Status from New to Resolved Hi,Tracker http://community.jaspersoft.com/jasperreports-library/issues/3725 has been fixed for upcoming release.Closing this one as fixed as well, considering they are the same problem.Thanks,Teodor
  22. Changed Status from New to Assigned Changed Assigned User from - to @lucianc
  23. Teodor Danciu

    Test Article

    Changed Status from New to Feedback Requested Changed Assigned User from - to @teodord Hi,Not sure what you mean. Are you talking about editing your JRXML with QR barcode in Jaspersoft Studio?Can you provide more details about this problem?Thanks,Teodor
  24. Changed Assigned User from - to @teodord
  25. Changed Resolution from No Change Required to Fixed Hi,I have introduced a null test in JR Library source code to protect against such faulty custom class loader implementations.This would be available in the next release. If you plan to stay with an older JR version, you either hot fix yourself that particular JR distro, building from source code, or work with sbt to have their class loader fixed.Thanks,Teodor
×
×
  • Create New...