Re: Bounds?
Re: Bounds?
- Subject: Re: Bounds?
- From: Rob Jorgensen <email@hidden>
- Date: Mon, 1 Jan 2001 23:38:19 -0500
On 01/01/2001, Sal commented on "Bounds?":
Hi, All!
Beginner's question number 2: Why won't this work?
tell application "Finder"
set bounds of front window to {10, 40, 200, 100}
end tell
-- Try this:
tell application "Finder"
activate
set bounds of front window to {10, 40, 200, 100}
end tell
-- Later,
-- Rob Jorgensen
Rob Jorgensen
Ohio, USA
References: | |
| >Bounds? (From: Sal <email@hidden>) |