[flexcoders] Re: Printing a large string over multiple pages

2007-12-03 Thread Anthony DeBonis
Here is some code we use to slice up a long list and print on X# of pages. You should be able to do somethink like this... Hope the code gets formated ok // Add 2nd page displaying names of selected organizations var selectedOrgList:List = new List();

RE: [SPAM] [flexcoders] Re: Printing a large string over multiple pages

2007-12-03 Thread Paul Steven
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Anthony DeBonis Sent: 03 December 2007 17:42 To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] Re: Printing a large string over multiple pages Here is some code we use to slice up a long list and print on X# of pages

[flexcoders] Re: Printing a large string over multiple pages

2007-12-02 Thread b_alen
I remember in AS2 I created an array of movieclips with print content and then print the array one by one. Each array entry was a movie clip object. I had to manually measure when the movieclip is to high, then create another one, etc. Now from the livedocs: The PrintJob class hasn't changed