Re: GUI screen capture?
Re: GUI screen capture?
- Subject: Re: GUI screen capture?
- From: "Steven D.Majewski" <email@hidden>
- Date: Mon, 27 Sep 2004 16:26:57 -0400
Don't know why that doesn't work, but rather than using GUI scripting,
try 'do shell script "screencapture ...
type 'screencapture' in a terminal window to see the command line
options,
or see (near the end of) http://www.macdevcenter.com/lpt/a/3276.
-- Steve Majewski
On Sep 27, 2004, at 3:01 PM, Bill White wrote:
Any idea on why the following doesn't work?
tell application "Finder" to activate
tell application "System Events"
tell process "Finder"
keystroke "3" using {command down, shift down}
end tell
end tell
It compiles and runs without error, but doesn't produce a screenshot.
I must
be missing something very simple.
_______________________________________________
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