While I love the paragraph object, I am unable to select its text and copy it to the clipboard.
I want to load a file to an object and be able to select its text. The only solution I have found to this is to dynamicly create a web page from the file Code looks like this:
Now this is ugly because it embeds an html doc with scroll bars(disabled) and then the texarea also gets scroll bars.Code:<textarea style="width:100%; height:100%>"..MyFile.."</textarea>
I messed around with the textbox object but I can not get it to write out the new lines with \r\n.
I would much rather use paragraph because it looks awesome!!
Any ideas or inputs for me?
-Nirus

