• 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: combining open and run handlers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: combining open and run handlers


  • Subject: Re: combining open and run handlers
  • From: Deivy Petrescu <email@hidden>
  • Date: Thu, 1 Apr 2004 19:55:24 -0500

At 7:04 PM -0500 4/1/04, Deivy Petrescu wrote:
At 6:04 PM -0500 4/1/04, Rick Davis wrote:
I think this is probably a simple question, but I can't seem to find the answer on my own. Can I combine run and open handlers? In other words can I make a simple application that will do one thing if a file is dropped onto it using an on open handler and also allow a choose file dialog to be produced if the application is double-clicked using an on run handler? Then perform the same task as the droplet after a file has been chosen?

Thanks and Have A Great Day.

Rick Davis
_______________________________________________
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.

Do you mean:

on open
run
end open

on run
say "That is it!"
end run
--


Ooops... I misread your email.

this is a better example

on open
say "That is it!"

end open

on run
say "That is that!"
end run

--
Regards
Saudagues

Deivy
http://www.dicas.com
_______________________________________________
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.


References: 
 >combining open and run handlers (From: Rick Davis <email@hidden>)
 >Re: combining open and run handlers (From: Deivy Petrescu <email@hidden>)

  • Prev by Date: Re: WWDC and AS
  • Next by Date: Re: Get System Info - How
  • Previous by thread: Re: combining open and run handlers
  • Next by thread: Re: combining open and run handlers
  • Index(es):
    • Date
    • Thread