PDA

View Full Version : printing a textarea


gsim
04-13-2006, 08:43 PM
Is there a way to print the entire content of a textarea even if it scrolls. I cannot seem to find an answer to this. It just prints the visible part.

mcmcom
04-13-2006, 08:46 PM
you could take the text from the text box, put it in a new movie clip and print that clip.

1) Create a blank clip on stage
2) Take value from myTextBox.Text and put it into MyClip (in a text box or right in the clip)
3) print that clip. It could be on stage or off stage.

hth,
mcm

gsim
04-13-2006, 08:48 PM
will try this thanks