Re: reposition popup window [was Newbies Question...]
Re: reposition popup window [was Newbies Question...]
- Subject: Re: reposition popup window [was Newbies Question...]
- From: Jon Pugh <email@hidden>
- Date: Fri, 22 Feb 2002 22:34:00 -0800
At 3:14 PM +1300 2/23/02, Andy Wylie wrote:
>
set aWind to (choose from list (get name of windows of application
>
"Finder"))
>
tell application "Finder"
>
activate
>
set {x, y, xx, yy} to reposition window aWind
>
set {x, xx} to {x + 10, xx + 10}
>
reposition window aWind to {x, y, xx, yy}
>
end tell
My choose from list returns a list, not a single reference. I'm running the 9.2.2 version here.
Once I added a "set aWind to aWind as string" it works.
Thanks.
Jon
_______________________________________________
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.