• 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: Deselecting items of the desktop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deselecting items of the desktop


  • Subject: Re: Deselecting items of the desktop
  • From: Nigel Garvey <email@hidden>
  • Date: Sat, 20 Oct 2001 02:51:37 +0100

macgix wrote on Fri, 19 Oct 2001 19:24:46 +0200:

>Freaky:
>
>tell application "Finder"
> select items of desktop
> activate
> display dialog "Deselecting now!" buttons {"Do so!"} default button 1
>giving up after 5
> try
> select null
> end try
>end tell
>
>;)

:-)

Of course, there are loads of variations that don't need a try block.
These all work with Mac OS 8.6:

select {} -- the "official" way
select
select it
select some window
select the selection
select (every file whose kind is "folder")
select (every character whose id is false)
select (the months where Tuesday comes after Wednesday)

... etc. ;-)

NG


  • Prev by Date: Re: hash arrays and other mysteries
  • Next by Date: Re: TERMINAL
  • Previous by thread: Deselecting items of the desktop
  • Next by thread: Re: Breaking up a digest email in Mail
  • Index(es):
    • Date
    • Thread