• 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
Still, script won't run on an older iMac.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Still, script won't run on an older iMac.


  • Subject: Still, script won't run on an older iMac.
  • From: Robert Poland <email@hidden>
  • Date: Fri, 22 Oct 2010 17:23:39 -0600

Hi,

I have this script that works on My 27" iMac and works on my MBP but never works on my sisters older iMac. They all run OS 10.6.4. destFldr is set for appropriate machine.

I even tried a "new user".

I have stripped out almost everything and got rid of arbitrary items, see below.

Anyone got any more thoughts?

-- on run
set droppedItems to (choose file with prompt "Choose an image file:") as list
open (droppedItems)
-- end run

on open (droppedItems)
set destFldr to "Macintosh HD:Users:rpoland:Documents:" & "scaled_picture_folder_Originals:"
-- set destFldr to "iMac_HD:Users:RLP:Documents:" & "scaled_picture_folder_Originals:"
set the text item delimiters of AppleScript to {""}
tell application "Finder"
open destFldr
repeat with aFile in droppedItems
set theFile to (aFile as string)
set theName to the name of file aFile
set destFldr to destFldr & theName


-- display dialog destFldr as string
display dialog theName as string


tell application "GraphicConverter"
activate
open {alias theFile}
-- delay 10
save window 1 in (destFldr as string)
beep
close window 1
end tell
end repeat
end tell
end open
TIA,


Robert Poland - Fort Collins, CO



 _______________________________________________
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: Still, script won't run on an older iMac.
      • From: KOENIG Yvan <email@hidden>
  • Prev by Date: Re: Apple Mail ToName Issue
  • Next by Date: Re: Apple Mail ToName Issue
  • Previous by thread: Re: Apple Mail ToName Issue
  • Next by thread: Re: Still, script won't run on an older iMac.
  • Index(es):
    • Date
    • Thread