• 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
Applet's last command doesn't take
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Applet's last command doesn't take


  • Subject: Applet's last command doesn't take
  • From: email@hidden
  • Date: Sun, 25 Feb 2001 00:38:52 EST

tell application "Finder"
set thisDesk to path to desktop as string
repeat with x in {"Color photos", "BW photos", "Project photos", "dummy"}
if not (exists folder (thisDesk & x)) then make new folder at alias
thisDesk with properties {name:x}
if not (exists window named x) then open folder (thisDesk & x)
if not (popup of window named x) then
activate
set popup of window named x to true
end if
end repeat
end tell


  • Follow-Ups:
    • Re: Applet's last command doesn't take
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: Ircle Script
  • Next by Date: Re: applet's last command doesn't take
  • Previous by thread: X-Post: Cross platform graphics problem...
  • Next by thread: Re: Applet's last command doesn't take
  • Index(es):
    • Date
    • Thread