Re: JasperReports progress

2012-04-06 Thread Theodore Petrosky
Subject: Re: JasperReports progress To: "Theodore Petrosky" Cc: "Paul Yu" , webobjects-dev@lists.apple.com Date: Wednesday, April 4, 2012, 12:03 PM FWIW, if iReport can see the fonts and render them, then Jasper should be able to on the same system. Not sure why it is not working

Re: JasperReports progress

2012-04-04 Thread Theodore Petrosky
12, Kieran Kelleher wrote: > From: Kieran Kelleher > Subject: Re: JasperReports progress > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Wednesday, April 4, 2012, 12:10 PM > Hi Theodore, > > It should work as your expect no ide

Re: JasperReports progress

2012-04-04 Thread Theodore Petrosky
ine I am getting a headache. Ted --- On Wed, 4/4/12, Kieran Kelleher wrote: > From: Kieran Kelleher > Subject: Re: JasperReports progress > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Wednesday, April 4, 2012, 12:10 PM > Hi Theodore, &g

Re: JasperReports progress

2012-04-04 Thread Kieran Kelleher
e: > >> From: Kieran Kelleher >> Subject: Re: JasperReports progress >> To: "Theodore Petrosky" >> Cc: webobjects-dev@lists.apple.com >> Date: Wednesday, April 4, 2012, 10:47 AM >> If those are installed in the OS that >> is running the report, then t

Re: JasperReports progress

2012-04-04 Thread Kieran Kelleher
und the jasper version (3.7.4) and downloaded the correct iReport >> version and voila. I get no errors and it creates the PDF. The only issue is >> that the report is not using the fonts I selected. >> >> Is there something I must do to tell JR to use the fonts I

Re: JasperReports progress

2012-04-04 Thread Theodore Petrosky
x27;t that truetype works if you use an up to date version of iReport. We are really locked into using 3.7.4 We'll see where it goes. Ted --- On Wed, 4/4/12, Paul Yu wrote: From: Paul Yu Subject: Re: JasperReports progress To: "Theodore Petrosky" Cc: "Kieran Kelleher&quo

Re: JasperReports progress

2012-04-04 Thread Theodore Petrosky
olt wrote: > From: David Holt > Subject: Re: JasperReports progress > To: "Theodore Petrosky" > Cc: "Kieran Kelleher" , "webobjects-dev@lists.apple.com" > > Date: Wednesday, April 4, 2012, 11:01 AM > Ted it would be great if you could > docum

Re: JasperReports progress

2012-04-04 Thread David Holt
rom: Kieran Kelleher >> Subject: Re: JasperReports progress >> To: "Theodore Petrosky" >> Cc: webobjects-dev@lists.apple.com >> Date: Wednesday, April 4, 2012, 6:56 AM >> Seems to me like D2W integration of >> long response pages is your issue here and

Re: JasperReports progress

2012-04-04 Thread Kieran Kelleher
the fonts I selected. > > Is there something I must do to tell JR to use the fonts I selected? > > Ted > > --- On Wed, 4/4/12, Kieran Kelleher wrote: > >> From: Kieran Kelleher >> Subject: Re: JasperReports progress >> To: "Theodore Petrosky"

Re: JasperReports progress

2012-04-04 Thread Paul Yu
onts I selected? > > Ted > > --- On Wed, 4/4/12, Kieran Kelleher (mailto:kelleh...@gmail.com)> wrote: > > > From: Kieran Kelleher mailto:kelleh...@gmail.com)> > > Subject: Re: JasperReports progress > > To: "Theodore Petrosky" mailto:tedp...@yahoo.com

Re: JasperReports progress

2012-04-04 Thread Theodore Petrosky
, Kieran Kelleher wrote: > From: Kieran Kelleher > Subject: Re: JasperReports progress > To: "Theodore Petrosky" > Cc: webobjects-dev@lists.apple.com > Date: Wednesday, April 4, 2012, 6:56 AM > Seems to me like D2W integration of > long response pages is your i

Re: JasperReports progress

2012-04-04 Thread Kieran Kelleher
page. now I can figure out why the compiled jasper report > is not using any of the fonts that I am specifying. > > Are there any gotchas with the different versions of iReport and the version > of Jasper Reports in wonder? > > Ted > > --- On Tue, 4/3/12, Kieran Kelleher

Re: JasperReports progress

2012-04-03 Thread Theodore Petrosky
mpiled jasper report is not using any of the fonts that I am specifying. Are there any gotchas with the different versions of iReport and the version of Jasper Reports in wonder? Ted --- On Tue, 4/3/12, Kieran Kelleher wrote: > From: Kieran Kelleher > Subject: Re: JasperRe

Re: JasperReports progress

2012-04-03 Thread Kieran Kelleher
The NPE is at: at com.as.application.ui.components.PageWrapper.bodyClass(PageWrapper.java:27) that is your component . so why don't you look there to see what is causing the NPE? On Apr 3, 2012, at 4:00 PM, Theodore Petrosky wrote: > So I've made progress but am stumped. I created a custom

JasperReports progress

2012-04-03 Thread Theodore Petrosky
So I've made progress but am stumped. I created a customcomponent and used a rule to make one of the displayPropertyKeys a hyperlink. I am basically using the JasperReportExample. I created a hyperlink as one of the property keys. this will fire off the method that starts the jasper reports pro