• 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
can't make droplets with Script Debugger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

can't make droplets with Script Debugger


  • Subject: can't make droplets with Script Debugger
  • From: "Adam K. Wuellner" <email@hidden>
  • Date: Tue, 16 Nov 2004 16:49:28 -0600

List,

I sent an email with this issue to latenightsw this morning, but haven't heard back yet. thought I'd check here to see if I can quickly get back on track...

If I write a minimal droplet:

on ProcessAFolder(aFolder)
	display dialog "Hello"
end ProcessAFolder

on open of folderList
	repeat with aFolder in folderList
		ProcessAFolder(contents of aFolder)
	end repeat
end open

on run
	set theFolder to choose folder
	ProcessAFolder(theFolder)
end run
--end script

And save it as an application in SD (3.0.8), it does not accept dropped things. The icon in finder does not highlight when a drag over it, nor can I drop things onto the running app's dock icon.

If I save it as an application in SE, it works as expected.

What am I missing?

Thanks,
Adam

_______________________________________________
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


  • Follow-Ups:
    • Re: can't make droplets with Script Debugger
      • From: Gnarlodious <email@hidden>
  • Prev by Date: Re: Error -43 when attempting to write to file
  • Next by Date: Re: Save EPS page from Acrobat
  • Previous by thread: Re: Error -43 when attempting to write to file
  • Next by thread: Re: can't make droplets with Script Debugger
  • Index(es):
    • Date
    • Thread