RE: [flexcoders] FlexPrintJob problem

2007-03-09 Thread Giles Roadnight
I solved this by adding a cretionComplete event listener to the canvas object. This fired another function that did the printing. Giles Roadnight From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: 09 March 2007 10:04 To: flexcoders@yahoogroups.com

Re: [flexcoders] FlexPrintJob problem: application background colors showing in margins

2007-01-17 Thread luciano
Hi, I'm having a similar problem. The effect that i'm getting is that it prints a line depending on the fit done when the component is rendered. As i'm using FlexPrintJobScaleType.SHOW_ALL, some reports are scaled with MATCH_HEIGHT and others with MATCH_WIDTH. When the print job is scaled to fit t

Re: [flexcoders] FlexPrintJob problem: application background colors showing in margins

2007-01-17 Thread Jason Y. Kwong
Since there doesn't appear to be any follow-up to this topic, I'll provide an example. I recently started working with printing (using 2.0.1) and noticed this problem of the background colour "bleeding" through into the margin of the printed output. This might be printer/driver specific, though.

Re: [flexcoders] FlexPrintJob problem: application background colors showing in margins

2006-11-06 Thread Samuel Reuben
can you send a the isolated printing code that you are seeing the problem in?Are you by any chance mentioning the corners that show the bg color, specially when the component has rounded corners?Thanks, -samOn 11/6/06, Tom Bray <[EMAIL PROTECTED]> wrote: The ba