If I create a text field and paste the script in the contents it won't work though. Any help will be appreciated. Thanks.
Code: Select all
on mouseUp
do field "fldScript" as AppleScript
end mouseUp
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseUp
do field "fldScript" as AppleScript
end mouseUp