[flexcoders] Printing in Flex

2007-01-04 Thread baardos
Hi, I am trying to implement printing and I have the following issue. When I try to print ectire content of the screen everything seems to work fine. However If I change my code to print content of one of the panels I can see that there is a job sent to the printer queue but it never gets printed

[flexcoders] Printing in Flex...

2010-02-22 Thread Laurence
1) Is there any way to control what printer a print job goes to? Or will it always go to the default printer? 2) Is there any way to configure it so that the browser's "Print" window doesn't come up? You know the one where you get to choose which printer you want to print to, and have to clic

Re: [flexcoders] Printing in Flex

2007-01-05 Thread Tom Chiverton
On Thursday 04 January 2007 17:29, baardos wrote: > print to a file it's size is 0. Any ideas? Try using callLater to call your print method in the next 'tick' - maybe the thing you are printing hasn't been drawn yet. -- Tom Chiverton Helping to globally coordinate transparent communities

Re: [flexcoders] Printing in Flex

2007-01-05 Thread Samuel Reuben
Very strange, can you send me the code that you are using please? Thanks, -sam On 1/4/07, baardos <[EMAIL PROTECTED]> wrote: Hi, I am trying to implement printing and I have the following issue. When I try to print ectire content of the screen everything seems to work fine. However If I ch