• 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: Problems with an "on" handler
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with an "on" handler


  • Subject: Re: Problems with an "on" handler
  • From: email@hidden
  • Date: Wed, 20 Dec 2000 08:06:18 EST

on open {client_folder} -- :-)
find_the_folder(client_folder)
end open
on find_the_folder(client_stuff)
tell application "Finder"
activate
select client_stuff
end tell
end find_the_folder
--or
global client_folder
on open {client_folder} -- :-)
find_the_folder()
end open
on find_the_folder()
tell application "Finder"
activate
select client_folder
end tell
end find_the_folder


  • Prev by Date: Re: Save as
  • Next by Date: Re: easy way to check if item is file or folder
  • Previous by thread: Re: Problems with an "on" handler
  • Next by thread: Stay Open Applet freezes computer when told to quit.
  • Index(es):
    • Date
    • Thread