question
question
- Subject: question
- From: kevin michael <email@hidden>
- Date: Thu, 24 Oct 2002 08:50:44 -0400
why does this not work in OS10 yet works in OS9
tell application "Finder"
activate
select disk "HD_1"
if position of selection is not {-2000, -2000} then
set position of selection to {-2000, -2000}
else
set position of selection to {0, 0}
end if
end tell
kevin
_______________________________________________
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.