• 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: 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
References: 
 >Re: Date handlers (From: has <email@hidden>)
 >Re: Date handlers (From: Kevin Meaney <email@hidden>)
 >Re: Date handlers (From: has <email@hidden>)

  • Prev by Date: Quark 6.5 Page Name of Group Items
  • Next by Date: Re: InDesign Search-Replace Case Problem
  • Previous by thread: Re: Date handlers
  • Next by thread: Re: [OT] DeveloperTools Vs Xcode Tools VS X11
  • Index(es):
    • Date
    • Thread