• 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
(no subject)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


  • Subject: (no subject)
  • From: tom wible <email@hidden>
  • Date: Wed, 22 Dec 2010 11:27:34 -0500

i have a script that includes code from another app:

property tvpi2crontabP : "/DVR/scripts/tvpi2crontab.app"
property tvpi2crontab : (load script POSIX file tvpi2crontabP)

on open these_items
	set PpathList to {}
	repeat with f in these_items
		set end of PpathList to POSIX path of f
	end repeat
	tvpi2crontab's tvpi2email(PpathList)
end open

on run
	set these_files to choose file with multiple selections allowed
	open these_files
end run

and judging from the size of it, it's all there:

tomw> ls -l tvpi2email.app/Contents/Resources/Scripts/
-rw-r--r--   1 tomw  staff  401874 Dec 21 10:06 main.scpt

so why does it demand i tell it where tvpi2crontab.app is? or does "compiled" mean something different in a/s?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users


This email sent to email@hidden
  • Follow-Ups:
    • Re: (no subject)
      • From: "email@hidden" <email@hidden>
  • Prev by Date: Re: How do you eval strings as enumerators in 10.6?
  • Next by Date: Re: (no subject)
  • Previous by thread: Re: Applescript support missing in Motion 4.0.3
  • Next by thread: Re: (no subject)
  • Index(es):
    • Date
    • Thread