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

Re: Date handlers


  • Subject: Re: Date handlers
  • From: has <email@hidden>
  • Date: Thu, 17 Feb 2005 22:27:32 +0000

Kevin Meaney wrote:

Would a script written using your AppleMods Date Library run when installed on another Macintosh which doesn't have the LoadServer and Library installed?

LoaderServer is only required to compile scripts, not to run them. You can also avoid the need to install Loader and Date libraries on the other machine by changing:


    __load__(_Loader's makeLoader()) -- load libraries

to:

property _ : __load__(_Loader's makeLoader()) -- load libraries at compile-time

This will load the Date library into your script at compilation time so it'll be included in your script when you save it as a .scpt file. As long as you don't recompile the script on the other machine, e.g. by opening it in Script Editor, it's completely portable.

HTH

has
--
http://freespace.virgin.net/hamish.sanderson/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Date handlers
      • From: Kevin Meaney <email@hidden>
References: 
 >Re: Date handlers (From: has <email@hidden>)
 >Re: Date handlers (From: Kevin Meaney <email@hidden>)

  • Prev by Date: Re: Date handlers
  • Next by Date: Re: iTunes Playlist Script
  • Previous by thread: Re: Date handlers
  • Next by thread: Re: Date handlers
  • Index(es):
    • Date
    • Thread