Hi there,
This is my first post here, so I’d like to thank in advance for your time.
I created a very simple Applescript application with Applescript Editor, and this application had both behaviors opening with a double click (as usual) or by dragging a file onto its icon (as a droplet). Then I needed to use a more complex dialog box so I moved to Xcode 3.2.6 and try with a Cocoa-Applescript Application. Everything works fine so far, except for the droplet behavior.
I tried to add the “on open/end open” at different points in the *Delegate.applescript but with no success. Is there a way to have both behaviors or I just simply can’t have both?
Thanks!