[flexcoders] Re: printAsBitmap true vs. false

2008-04-27 Thread toofah_gm
I'm not sure what happens underneath the printing API, but sure would be nice if they improved the API to let us set vector/raster on a component by component basis...this would really work well for me instead of having to set it for the entire object added to the print job. Is it worth writing

Re: [flexcoders] Re: printAsBitmap true vs. false

2008-04-26 Thread Frederico Garcia
Just another annoyance from the not so great Flash printing API. You're not missing anything, you actually have to choose between vector text or transparency. printAsBitmap=false can also give some unpleasant surprises since in some versions of Flash Player images just don't show at all. For

[flexcoders] Re: printAsBitmap true vs. false

2008-04-25 Thread nathanpdaniel
Have you looked into FlexReport? http://code.google.com/p/flexreport --- In flexcoders@yahoogroups.com, toofah_gm [EMAIL PROTECTED] wrote: I am working on printing for my application. It seems that if I choose raster printing by setting 'printAsBitmap=true' then my text looks terrible, but

[flexcoders] Re: printAsBitmap true vs. false

2008-04-25 Thread Dmitri Girski
And? It sets printAsBitmap = false. So what? It does not answer the question. --- In flexcoders@yahoogroups.com, nathanpdaniel [EMAIL PROTECTED] wrote: Have you looked into FlexReport? http://code.google.com/p/flexreport --- In flexcoders@yahoogroups.com, toofah_gm garym@ wrote: I