hi all, anyone knows how to print all the text of the textarea component
it only prints the component but not the text also the text is bigger
then the one in  the texarea i also would like to know how to add a
mx:image component next to the textarea i tried using the
FormPrintView.mxml Example but it does not print the cursive, bold and
underline text

heres is the code i'm using to print:
private function doPrint():void {
var pj : PrintJob = new PrintJob();
if (pj.start() != true) 
return;
pj.addPage(areaDeTexto,new Rectangle(0, 0, 400, 400));
if(pj.orientation == PrintJobOrientation.LANDSCAPE) {
areaDeTexto.rotation = 90;
}
pj.send();
}






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to