Re: [flexcoders] A simple printing question

2006-08-18 Thread Tom Chiverton
On Thursday 17 August 2006 16:42, hank williams wrote: Again, I would appreciate help from anyone who has been able to successfully print a multi-page block of text. Maybe you can try something with using the PrintJob class to tell you the height/width of the page, and somehow then chop the

Re: [flexcoders] A simple printing question

2006-08-18 Thread Tom Chiverton
I don't now how or if you can access text metric info (height in pixels), so you may have to hard code a specific size/style. TextLineMetrics -- Tom Chiverton Helping to revolutionarily compete intuitive patterns This email is sent for

Re: [flexcoders] A simple printing question

2006-08-17 Thread Tom Chiverton
On Monday 14 August 2006 20:15, hank williams wrote: doesnt seem to be able to break the pages at line boundaries. Will any configuration of the API do this on its own? The thought of doing manual pagination of HTML really sucks, particularly for something

[flexcoders] A simple printing question

2006-08-14 Thread hank williams
I am using FlexPrintJob to print a component that just has some html text in it. The problem is the text is more than one page, and the print code doesnt seem to be able to break the pages at line boundaries. Will any configuration of the API do this on its own? The thought of doing manual