• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Change the Position of an disk icon on the desktop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change the Position of an disk icon on the desktop


  • Subject: Re: Change the Position of an disk icon on the desktop
  • From: Andrew Oliver <email@hidden>
  • Date: Fri, 03 Oct 2003 09:26:38 -0700

On 10/3/03 8:37 AM, "Walter Ian Kaye" <email@hidden> wrote:

> At 12:13p +0200 10/03/2003, Michael Slomski didst inscribe upon an
> electronic papyrus:
>
>> Does anybody know how to get the position of the disk icons and how to move
>> them around
>
> In Mac OS (7/8/9), yes. In 10.x, no -- the X Finder is stupid, so you can't.
>

Hmm... You SURE about that, boo? Seems to work for me:

tell application "Finder"
set thePos to position of disk 1
end tell

-->{ 240, 39 }

also:

tell application "Finder"
set position of disk 1 to { 200, 100}
end tell

The only issue with setting the icon position is that the Finder takes a
while to notice, even if you issue an 'update' command.

Andrew
:)
_______________________________________________
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.

  • Follow-Ups:
    • Re: Change the Position of an disk icon on the desktop
      • From: Michael Slomski <email@hidden>
    • Re: Change the Position of an disk icon on the desktop
      • From: Walter Ian Kaye <email@hidden>
    • Re: Change the Position of an disk icon on the desktop
      • From: Paul Skinner <email@hidden>
References: 
 >Re: Change the Position of an disk icon on the desktop (From: Walter Ian Kaye <email@hidden>)

  • Prev by Date: Re: passing shell script arguments?
  • Next by Date: Re: Change the Position of an disk icon on the desktop
  • Previous by thread: Re: Change the Position of an disk icon on the desktop
  • Next by thread: Re: Change the Position of an disk icon on the desktop
  • Index(es):
    • Date
    • Thread