[flexcoders] Re: Printing in Flex...

2010-02-27 Thread Laurence
--- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: 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

Re: [flexcoders] Re: Printing in Flex...

2010-02-27 Thread Alex Harui
It goes to whatever printer the user chooses in the print dialog that you can’t prevent from coming up. Big changes to printing due in a year or two. On 2/27/10 12:10 PM, Laurence lmacne...@comcast.net wrote: --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ,

[flexcoders] Re: Printing from Flex

2007-05-19 Thread jjkruse
Easiest way is to create a custom component representing the page you want to print. Example code, using component called ChartsPrint: public function print2():void{ var printJob:FlexPrintJob=new FlexPrintJob(); if(printJob.start()){

[flexcoders] Re: Printing in Flex

2007-01-25 Thread baardos
Hi Sam, This issue was caused by the fact that the FlexPrintJob was preparing the panel for printing (the print job was set to match or width/height) and for some reason it was setting it's height to 0 - that's why I think it was getting removed from the queue. I've noticed that wrapping a