• 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: Finder open ... using...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finder open ... using...


  • Subject: Re: Finder open ... using...
  • From: Tomas Larsson <email@hidden>
  • Date: Thu, 28 Dec 2006 13:58:18 +0100

Hi

Thanks. Is that syntax supposed to work? I tried this (just for debugging)

set the_application to choose application as alias
set the_file to (choose file) as alias
tell application "Finder"
open the_file using the_application
end tell

Which works but changing it to 

set the_file to (choose file) as alias
tell application "Finder"
open the_file using "Simpletag"
end tell

Gives me the error message (translated to english) "Unable to open alias " and then the full path to the file.

Any ideas?

Cheers,
tomas


28 dec 2006 kl. 12.39 skrev KOENIG Yvan:
Hello

Have you tried to code:

on adding folder items to this_folder after receiving these_items
tell application "Finder"
open these_items using "Simpletag"
end tell
end adding folder items to

Yvan KOENIG

 _______________________________________________
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/mailman//archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Finder open ... using...
      • From: KOENIG Yvan <email@hidden>
References: 
 >Finder open ... using... (From: Tomas Larsson <email@hidden>)
 >Re: Finder open ... using... (From: KOENIG Yvan <email@hidden>)

  • Prev by Date: Re: Finder open ... using...
  • Next by Date: Re: Finder open ... using...
  • Previous by thread: Re: Finder open ... using...
  • Next by thread: Re: Finder open ... using...
  • Index(es):
    • Date
    • Thread