• 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
not all dropped items make it
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

not all dropped items make it


  • Subject: not all dropped items make it
  • From: Robert Poland <email@hidden>
  • Date: Fri, 9 Oct 2009 09:25:24 -0600

Hi,

I've been using this script since 2003, now with Snow Leopard the dropped items are always less that what is dropped and sometimes even remembers items that were previously dropped.

...
repeat with i from 1 to the count of droppedItems
set currentItem to (item i of droppedItems)
tell application "Finder" to set theKind to kind of currentItem
if theKind is "Folder" then
beep
ignoring application responses
say "Folders are not allowed."
end ignoring
tell application "System Events"
activate
display dialog "Folders are not allowed!" buttons {"OK"} giving up after 10
end tell
else -- it's a file
ProcessFile(currentItem, PictureDate, fontSize)
end if
end repeat
...

Is this a Snow leopard bug or do I need to do something to correct it?


TIA,

Bob 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: not all dropped items make it
      • From: Yvan KOENIG <email@hidden>
    • Re: not all dropped items make it
      • From: Luther Fuller <email@hidden>
  • Prev by Date: Re: make a new dock dock item using AppleScript
  • Next by Date: Re: make a new dock dock item using AppleScript
  • Previous by thread: Re: Snow Leopard and (old) AppleScript applications
  • Next by thread: Re: not all dropped items make it
  • Index(es):
    • Date
    • Thread