[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 click

[flexcoders] Printing from Flex

2007-05-18 Thread simonjpalmer
Anyone tried to do much printing from Flex? Any words of wisdom before I dive headlong into the docs and scour the message boards? Any good examples? How about Charts, anyone managed to print them successfully? And PDF generation? Anyone found a good way of doing that containing charts?

Re: [flexcoders] Printing from Flex

2007-05-18 Thread André Rodrigues Pena
http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html take a look at Print Controls On 5/18/07, simonjpalmer [EMAIL PROTECTED] wrote: Anyone tried to do much printing from Flex? Any words of wisdom before I dive headlong into the docs and scour the message boards? Any good

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

[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