Re: Text Selection in Mail.app
Re: Text Selection in Mail.app
- Subject: Re: Text Selection in Mail.app
- From: <email@hidden>
- Date: Wed, 14 Jan 2004 2:10:08 -0500
tell application "Mail" to activate
tell application "System Events"
tell application process "Mail"
click menu item "Copy" of menu "Edit" of menu bar 1
end tell
end tell
delay 1
return the clipboard
BJ
>
> On Jan 13, 2004, at 6:54 PM, Michelle Steiner wrote:
>
> This one seems trivial, but still manages to elude me. How can I get
>
> the selected text of the front window?
>
>
On Jan 13, 2004, at 6:25 PM, Zachary Black wrote:
>
>
This one seems trivial, but still manages to elude me. How can I get
>
the selected text of the front window?
>
>
Believe it or not, you can't. *sigh*
>
>
-- Michelle
>
>
--
>
The Constitution is no ceiling of liberties. It is a floor of freedoms.
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/
>
listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.