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 {

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

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 Tretola

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 Helping

[flexcoders] Printing a TextArea

2007-02-08 Thread Rich Tretola
Has anyone done any work with printing the htmlText from a TextArea component that has a scrollbar? I have tried a few different avenues but none are getting me the results I am looking for. The biggest hicup is that I can't seem to be able to get a height calculation of the actual text within