Re: On open handler in conflict with on launched?
Re: On open handler in conflict with on launched?
- Subject: Re: On open handler in conflict with on launched?
- From: Laurence Harris <email@hidden>
- Date: Thu, 24 Apr 2008 16:54:02 -0400
On Apr 24, 2008, at 11:48 AM, Ola Ingvarsson wrote:
I've create an applescript application with Xcode. Now I want to be
able to drop xml-files on it and process them. I've added a
document type under properties in Target Info. The icon of my
application turns dark when I hold a file over it and it starts
when i drop the file on it but my on open-handler won't trigger. Is
it possible that there's a conflict between the on open-handler and
the on launched-handler?
The open application and open doc events are mutually exclusive. You
only get one or the other, so no conflict.
Larry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden