Re: Getting array of Item names and Positions
- Subject: Re: Getting array of Item names and Positions
- From: Skeeve <email@hidden>
- Date: Mon, 28 Jan 2008 18:55:19 +0100
- Delivered-to: email@hidden
- Delivered-to: email@hidden
- User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7
Michelle Steiner wrote:
whoops, make that
tell application "Finder"
return {name, desktop position} of items of the desktop
end tell
Still you get
{"name1", "name2", ... {pos1x, pos1y}, {pos2x, pos2y}, ...}
instead of
{{"name1", {pos1x, pos1y}}, {"name2", {pos2x, pos2y}}, ...}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.