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

informatica_54

Members
  • Posts

    3
  • Joined

  • Last visited

informatica_54's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. "The solution" I found is return to older version. But if someone have the solution share it. Thx
  2. I work in JasperStudio 6.3.1 and I have a problem with alignment horitzontal in text field, in my report i put the alignment center or rigth but when execute the file compiled with java the result is the text in left. I tried to remove the style, markup and add to styles alignment horitzontal, but not work. The xml of text field: <textElement textAlignment="Center" verticalAlignment="Middle" markup="styled"> <font fontName="Arial" size="10" isBold="true" isItalic="true"/> <paragraph lineSpacing="Single"/></textElement><textFieldExpression> <![CDATA[$F{DESCRIPCIONCAR}]]></textFieldExpression>[/code]The styles of the text field: <style name="style1" isDefault="true" fontName="Myriad Pro" isBold="true" isItalic="true" isUnderline="false" isStrikeThrough="false"> <conditionalStyle> <conditionExpression> <![CDATA[$P{PHOTO}.contains( "AZUL" )]]> </conditionExpression> <style forecolor="#3F109E"/> </conditionalStyle> <conditionalStyle> <conditionExpression> <![CDATA[$P{PHOTO}.contains( "ROJO" )]]> </conditionExpression> <style forecolor="#E61518" hTextAlign="Center" hImageAlign="Center"/> </conditionalStyle> <conditionalStyle> <conditionExpression> <![CDATA[$P{PHOTO}.contains( "VERD" )]]> </conditionExpression> <style forecolor="#2EB242"/> </conditionalStyle> <conditionalStyle> <conditionExpression> <![CDATA[$P{PHOTO}.contains( "TARONJA" )]]> </conditionExpression> <style forecolor="#EC7E1D"/> </conditionalStyle></style><style name="style2" forecolor="#FFFFFF" backcolor="#FFFFFF" isBlankWhenNull="false" fontName="Arial" fontSize="12" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"> <conditionalStyle> <conditionExpression> <![CDATA[($F{PRECIO}.length() != 6)]]> </conditionExpression> <style mode="Transparent" backcolor="#FFFFFF" hTextAlign="Left" hImageAlign="Left" fontName="Arial" fontSize="48" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/> </conditionalStyle></style>[/code]Any solution?
×
×
  • Create New...