RE: [flexcoders] Flex print Without Dialog Box ?

2010-07-13 Thread Gregor Kiddie
  True, I should have prefixed that with... "with the Flash Player"

I think AIR 2.0 will let you get around it.





 



Re: [flexcoders] Flex print Without Dialog Box ?

2010-07-13 Thread Alex Harui
I think AIR 2.0 will let you get around it.


On 7/13/10 4:49 AM, "Gregor Kiddie"  wrote:






You need to have something actually on the user’s machine to do this, i.e. a 
service running that you can talk to.

You can’t do this natively from the Flash Player, otherwise your printer would 
be printing out advertising leaflets every time to you saw a Flash ad on a 
website... and nobody wants that! (Except maybe the evil advertisers...)

Gk.


I print with Flex using FlexPrintJob.

Do you think if it is possible for me to print without print Dialog?

Thanks








--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui


RE: [flexcoders] Flex print Without Dialog Box ?

2010-07-13 Thread Gregor Kiddie
You need to have something actually on the user's machine to do this,
i.e. a service running that you can talk to.

 

You can't do this natively from the Flash Player, otherwise your printer
would be printing out advertising leaflets every time to you saw a Flash
ad on a website... and nobody wants that! (Except maybe the evil
advertisers...)

 

Gk.

 

I print with Flex using FlexPrintJob.

Do you think if it is possible for me to print without print Dialog?

Thanks




 



Re: [flexcoders] Flex print Without Dialog Box ?

2010-07-12 Thread Oleg Sivokon
Hi. I remember that MDM Zinc offered this (only for texts, not graphics) at
some point (of course, only for desktop applications). Other than that, I'd
say that if it is a browser based application, it should not be possible,
and if it's a desktop, you should be looking into making some custom wrapper
+ send it serialized data, like, maybe PDF or try to generate PS files...
both ways it looks like rather complex task.