Re: [flexcoders] Words Disappearing when Printing

2007-11-14 Thread Charles Dale
Chris Infanti wrote: The problem is...the last word of any Text components I have in the container disappear whenever I print. Otherwise it prints as expected. I've encountered this many times. It's really irritating and hard to debug... The root cause is most likely the scaling rather

[flexcoders] Words Disappearing when Printing

2007-11-05 Thread Chris Infanti
I'm having an issue with one of my Flex applications...it is basically a swfLoader inside a parent swf. The parent swf has a button that prints the contents of the child as follows: public function print(contents:Container):void { var job:FlexPrintJob = new FlexPrintJob();