anthony_morsey escreveu:
> Have you done this?  Do you have a code sample?  I'm only a beginner
> with Flex, but this doesn't seem like the right way to do this.  
>
> Does anyone have a code sample for the issue I have described below? 
> Someone must have done this before?
>
> Tony
>
> --- In flexcoders@yahoogroups.com, "Johannes Nel" <[EMAIL PROTECTED]>
> wrote:
>   
>> create a bitmap, draw onto that bitmap the layout you want to print and
>> print that bitmap
>>
>> On Dec 31, 2007 8:41 AM, anthony_morsey <[EMAIL PROTECTED]> wrote:
>>
>>     
>>>   I'd like my application to print multiple objects without forced
>>>       
> page
>   
>>> breaks between them. If I use the PrintJob.addObject() method, there
>>> are forced page breaks. I have several textarea.htmltext objects,
>>> several graphs, and several legends that I would like to string
>>> together to form a document for printing. I want to have this come out
>>> paginated the way I want, not one object per page. Is there any way to
>>> do this in Flex 2 or 3 beta? Is there an example out there I can
>>>       
> look at?
>   
>>> Help would be much apprecaited - Thanks
>>> Tony
>>>
>>>  
>>>
>>>       
>>
>> -- 
>> j:pn
>> \\no comment
>>
>>     
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
>
>
>
>
> __________ NOD32 2758 (20071231) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>
>
>   
Printing from bitmaps is not the best way, specially if you have text 
since it wil be aliased. To print multiple objects insert them inside a 
Canvas and print that Canvas.

Regards,

Frederico Garcia

Reply via email to