Re: Copy text to the clipboard
Re: Copy text to the clipboard
- Subject: Re: Copy text to the clipboard
- From: "John R." <email@hidden>
- Date: Fri, 2 Dec 2005 11:55:46 -0500
On Dec 2, 2005, at 10:55 AM, Brett K. wrote:
I've had the same problem you are having and, after *many* hours,
never found a solution.
It is a comfort that someone else struggled with the same problem!
I needed some solution, so this is my inadequate one:
property LastAppList : {}
tell application "System Events"
set myAppList to (name of application processes whose visible is true)
end tell
set myAppList to (choose from list myAppList default items
LastAppList with title "Which App?")
if myAppList ≠ false then
set LastAppList to myAppList
set myapp to item 1 of myAppList
tell application myapp
activate
display dialog "Tell me, " & myapp & ", what to do now!"
end tell
end if
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden