can't make droplets with Script Debugger
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