Re: [flexcoders] Printing very long textarea

2008-01-08 Thread Frederico Garcia
Gregor Kiddie escreveu: > > It all comes down to how you are printing the TextArea in the first place! > > PrintJob allows you to give a Rectangle along with the Sprite to > define the printing area. > > Once you’ve called PrintJob.start() you can get the pageWidth and > pageHeight of the paper a

RE: [flexcoders] Printing very long textarea

2008-01-08 Thread Gregor Kiddie
It all comes down to how you are printing the TextArea in the first place! PrintJob allows you to give a Rectangle along with the Sprite to define the printing area. Once you've called PrintJob.start() you can get the pageWidth and pageHeight of the paper and use these values along with the si

Re: [flexcoders] Printing very long textarea

2008-01-23 Thread jmfillman
Take a look at this site: http://www.kemelyon.com/bts/ --- In flexcoders@yahoogroups.com, Rabib <[EMAIL PROTECTED]> wrote: > > > Hi ! > > Thanks for your posts. It's been a long long time that I am looking for a > good solution to this similar problem: create a printVbox component, that > cou

Re: [flexcoders] Printing very long textarea

2008-01-23 Thread Frederico Garcia
Rabib escreveu: > Hi ! > > Thanks for your posts. It's been a long long time that I am looking for a > good solution to this similar problem: create a printVbox component, that > could print html text or whatever else on multiple pages without line > cutting... exactly like the FlexPrintDatagrid Co

Re: [flexcoders] Printing very long textarea

2008-01-24 Thread Rabib
Hi ! That's really hot! Exactly what I was trying to do since so many times! Great Job Thank's a lot! -- Ju Frederico Garcia wrote: > > Rabib escreveu: >> Hi ! >> >> Thanks for your posts. It's been a long long time that I am looking for a >> good solution to this similar problem: create a pr

Re: Re: [flexcoders] Printing very long textarea

2008-01-23 Thread Rabib
Hi ! Thanks for your posts. It's been a long long time that I am looking for a good solution to this similar problem: create a printVbox component, that could print html text or whatever else on multiple pages without line cutting... exactly like the FlexPrintDatagrid Component. Printing text is