Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Printing The Contents Of A Text Area

Options
  • 07-03-2007 7:31pm
    #1
    Registered Users Posts: 8,173 ✭✭✭


    Anybody out there in Boards World know the code I could use to print the contents of a Text Area?, I put in the code:
    on (release) {
    	printAsBitmap("results_txt.text", "bframe");
    }
    

    The above code prints all of the frames, I thought it would prints the contents of the text on the particular frame. Any Help would be appreciated. Thanks


Advertisement