Jump to content
Changes to the Jaspersoft community edition download ×

libero

Members
  • Posts

    66
  • Joined

  • Last visited

libero's Achievements

Enthusiast

Enthusiast (6/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Hello, I think the new property "net.sf.jasperreports.legacy.text.measuring" doesn't work correctly. All of my text fields in the PDF export (except the top one) are each shifted by one more pixel. The last text field is then shifted by several text fields in total. Setting the property to "true" or "false" makes no difference. But I need the PDF export just like in version 6.18.1. I this a JasperReports bug? Thank you. libero
  2. Hello, is it possible to use the GenericElementPdfHandler in JaspersoftStudio when generation the PDF preview. I have set the two propereties: net.sf.jasperreports.extension.registry.factory.jr.statistics=net.sf.jasperreports.extensions.SpringExtensionsRegistryFactory net.sf.jasperreports.extension.jr.statistics.spring.beans.resource=net/sf/jasperreports/pdf/beans.xml This works perfectly when I create the report with the JasperReports API. But in the JaspersoftStudio I receive the error when generation the pdf preview: no generic element handlers found for namespace [xyz]. The namespace is correctly defined in the beans.xml. Many thanks. libero
  3. Thanks for your answer. It's legacy code and works fine in the old iReport. But I think it's a Bug in the JaspersoftStudio. I will report a mistake in the Bug Database. Orebil
  4. Thanks for your answer. But I known that there are many differences between iReport and jaspersoftStudio. That's not the problem. :-) The problem is that the xml tag "ENTITY" doesn't work in the JaspersoftStudio (see Screenshot in the first question). Why couldn't the JasperSoftstudio load the ReportStyles.ent file? That's the problem . Have anybody else an answer or the same problem with the ENTITY tag? Orebil
  5. Hello, I have a JasperReports jrxml file with the following entries: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE jasperReport PUBLIC "//JasperReports//DTD Report Design//EN" "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd" [ <!ENTITY reportStyles SYSTEM "./ReportStyles.ent"> ]> <jasperReport name="..." > <property name="ireport.scriptlethandling" value="0"/> <property name="ireport.encoding" value="UTF-8"/> <import value="java.util.*"/> <import value="net.sf.jasperreports.engine.*"/> <import value="net.sf.jasperreports.engine.data.*"/> &reportStyles; If I load the jrxml file in the JaspersoftStudio I receive the following error: The file "ReportStyles.ent" exists in the folder "D:JaspersoftStudio-6.5.1.final". I have additional set the jasperreport property "net.sf.jasperreports.xml.load.unknown.entities" to "true" in the JaspersoftStudio. I think the property is ignored by the JaspersoftStudio. Why the error message appears and how can I solve the problem? In the iReport 5.6.0 its work fine. :-) Many thanks. orebil
  6. Hello, how can I disable "Linked Resources" permanently? If a disable "Linked Resources" and restart JaspersoftStudio the "Linked Resources" is enabled again. What do I wrong here or why set the JaspersoftStudio the "Linked Resources" always to true? Thanks, orebil
  7. Hello, are there any translation files available for the german language for the Jaspersoft Studio? Many thanks. libero
  8. Hello elizam, thanks for your answer. Do you mean the feature "font extensions"? I know this feature but I don't want set a font for a special language (like Chinese). I want change the font name in the textfield depends on the content of the textfield. libero
  9. Hello, I have a simple question but I fear there is no simple answer. I just want to set the font for a text field dynamically. The content of the text field comes from the database and can include everthing. (Chinese or other characters or unicode). I would like set the font name of the text field in a scriptlet methode. But it does not work. (see http://community.jaspersoft.com/questions/538566/problems-setfontname-dynamically) I want to use the method Font.canDisplayUpTo(...) to find the right font and then set it dynamically. I know the font extensions, the conditional styles and the styled text features, but I could not solve my problem yet. Has anyone an idea or a similar problem ever solved? Thanks for any hint. libero
×
×
  • Create New...