Re: Date handlers
Re: Date handlers
- Subject: Re: Date handlers
- From: Kevin Meaney <email@hidden>
- Date: Mon, 21 Feb 2005 19:19:54 +0000
Thanks Has
I have been away for 4 days which is why I haven't got back to your
message earlier.
It looks like it will do just what I need for the time interpreting and
comparing dates that I need. When I get a chance I'll have to research
the simple to use and free possibilities for interpreting xml files, to
read those gpx files.
Kevin
On 17 Feb 2005, at 22:27, has wrote:
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:
email@hidden
This email sent to email@hidden
_______________________________________________
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