Re:De-lurk and Pop-up windows question
Re:De-lurk and Pop-up windows question
- Subject: Re:De-lurk and Pop-up windows question
- From: <email@hidden>
- Date: Mon, 26 Feb 2001 12:18:42 +1300
hey Tim,
Akua Sweet's OSAX's 'reposition window' will do it
----------------------------------------------------------------------------
--a) put the window where you want it and get it's bounds:
set x to (name of (info for (choose folder)))
tell application "Finder"
set y to (reposition window x)
end tell
set the clipboard to y--if you get 0s pop, drop, repeat
--b) replace [option L] in the following with the knot character generated
-- by that keystroke and your window name and bounds:
tell application "Finder" to [option L]
reposition window "foo" to {380, 606, 302, 1128}
--Andy
----------------------------------------------------------------------------
"If everyone is thinking alike, then somebody isn't thinking." -Patton
----------------------------------------------------------------------------