Re: can't make droplets with Script Debugger
Re: can't make droplets with Script Debugger
- Subject: Re: can't make droplets with Script Debugger
- From: Gnarlodious <email@hidden>
- Date: Tue, 16 Nov 2004 17:52:09 -0700
Works here for me.
What are the droplet's permissions? mine are 755:
-rwxr-xr-x
-- Gnarlie
Entity Adam K. Wuellner spoke thus:
> 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:
> nk.net
>
> This email sent to email@hidden
_______________________________________________
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