Was wondering if there was a code to make it possible to select text in a paragraph box
so you can copy whats in it.. Or something like that.
Professional Software Development Tools
Was wondering if there was a code to make it possible to select text in a paragraph box
so you can copy whats in it.. Or something like that.
You cannot select the text in a paragraph object. You can with a multiline Input Object however.
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
One thing you can do is create a "copy to clipboard" button that takes the paragraph text and copies it to the windows clipboard. Or you can do what Tigg said and make a multiline input object, and style it to look like a paragraph object.
Both ways have some pros & cons depending on what you need.
thats exactly, what i want to doOne thing you can do is create a "copy to clipboard" button that takes the paragraph text and copies it to the windows clipboard.
but how the code have to look, if my objects are names following ?? :
(i know, how to get the text from paragraph...but dont know a lot about results an their usage..)
the paragraph: Paragraph2
the copy-button: Button4
my especial problem is, that i need to copy 8 lines of text
(cause this, i cant use the regular copy-text-to-clipboard-function -> it makes it as one line to clipboard...)
thx for help in advance
just4fun2k7