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

fbaronnet

Members
  • Posts

    8
  • Joined

  • Last visited

fbaronnet's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Hi, thanks a lot, you helped me out of a jam! -- François
  2. -- double post, sorry -- Post edited by: fbaronnet, at: 2008/02/28 10:48
  3. Hi again, I have a jrxml file, opened in iReport 2.0.4. I can see the padding and the old syntax for boxes. When I run it through iReport, a loader is called. This loader is part of jasper report 2.0.4 API. It produces a new jrxml file, compliant with the new grammar (<pen> instead of "border" attributes). But the padding information seems to be lost. Hereunder you will find the two jrxml codes. iReport generated file: Code:<box topBorder="None" topBorderColor="#000000" leftBorder="Thin" leftBorderColor="#000000" leftPadding="9" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/> You can see the leftPadding attribute. jasper report loader generated file: Code:[code]<box> <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/> <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> </box> No more padding attribute :pinch: Post edited by: fbaronnet, at: 2008/02/28 10:49
  4. Hi, I'm confused because when I compile the report using "standard" iReport, it's fine. Indeed, we have developed a plugin and my padding issues seems to be a side effect. As far from now this is the only strangeness that has shown up, it's quite hard to determine if the problem is related to our plugin or to the update towards jasper reports 2.0.4 we have made at the same time. In a couple of days I'll post our conclusions. Thanks again for your time. -- francois
  5. I think that there is a misunderstanding: my problem is that since I updated to 2.0.4 (iReport and jasper reports lib), my reports are processed without padding in textfields. I modified the .jrxml to follow the new API (the pen thing) but it doesn't help me with padding :'( Example: Code: <box leftPadding="10"> <leftPen ... /> </box> Thanks in advance, francois
  6. Thanks for your quick answer. But there is something left that I don't understand. I tried to modify the .jrxml file directly, according to the latest quick reference 2.0.4. There is no more complain about pen and borders, but I still don't have any padding. This problem is not related to iReport 2.0.4, is it ?
  7. Hi, what about padding in textfields ? It seems to me that the *padding attributes in "box" are bootless... -- francois
×
×
  • Create New...