Bounds?
Bounds?
- Subject: Bounds?
- From: Sal <email@hidden>
- Date: Mon, 01 Jan 2001 20:13:32 -0800
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
I get an error saying that Finder can't set the window bounds to those
coordinates (or any others, which I've tried). Also tried sayng "window 1"
(and "window 2"), to no avail. I've already started to think the computer
just doesn't like me :-(
Regards,
Sally