Re: [flexcoders] Printing a TextArea

2007-02-12 Thread Tom Chiverton
On Thursday 08 Feb 2007, Rich Tretola wrote: > Has anyone done any work with printing the htmlText from a TextArea > component that has a scrollbar? Have you tried settig height/width on the component(s) you are printing to 100% and just letting the printer sort it out ? -- Tom Chiverton Helpin

Re: [flexcoders] Printing a TextArea

2007-02-20 Thread Rich Tretola
Sorry, I have been away from this thread for a while. Setting to 100% width and height doesn't because 100% would be limited to the size of the application and not the actual content of the Textarea. Rich On 2/12/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Thursday 08 Feb 2007, Rich Treto

Re: [flexcoders] Printing a TextArea

2007-12-18 Thread dorkie dork from dorktown
Did you ever get this answered? You can increase the size of the Textarea until the scrollbar height is removed. Check the maxVerticalScrollPosition after UpdateComplete: public var text1:TextArea private function callResize(event:Event):void { trace(text1.maxVerticalScrollPosition

RE: [flexcoders] Printing a TextArea

2007-12-18 Thread Alex Harui
dorktown Sent: Tuesday, December 18, 2007 8:12 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Printing a TextArea Did you ever get this answered? You can increase the size of the Textarea until the scrollbar height is removed. Check the maxVerticalScrollPosition after UpdateComplete