Re: Date handlers
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