Quick question
Posted: Mon May 11, 2009 12:08 pm
I was wondering if there was a way to ask with a button and a field.
I'd like to ask a question with a button called "Paste" which pastes the copied text into the area I want the text AND a text field to enter text into the area I want the text (if its possible a scrolling field would be great cause there's a fair bit of text).
In other words both of these put together:
and
Thanks 
I'd like to ask a question with a button called "Paste" which pastes the copied text into the area I want the text AND a text field to enter text into the area I want the text (if its possible a scrolling field would be great cause there's a fair bit of text).
In other words both of these put together:
Code: Select all
Ask "Please enter text here:" titled "Text Entry"
Put it into field "Text"
Code: Select all
Answer "Please enter text here:" with "Paste" titled "Text Entry"
If it is "Paste" then
focus field "Text"
paste
end if
