Event handler labels
Event handler labels
- Subject: Event handler labels
- From: Bernd Löhr <email@hidden>
- Date: Fri, 28 Jun 2002 10:06:06 +0200
Hi,
we have an application which sents AppleEvents to a script (yes, that's
unusual!). Everything works fine except that inside the script we have
to use an ugly syntax like this for the handlers:
on +event 42apdone; theInboxName given +class fspe;:theFolderspec,
+class tsta;:theState
...
end
How can we replace the event and class OSTypes in the script with proper
names? I would prefer something like:
on receiving items to theFolderspec after finishing theInboxName
with theState ...
Is there a kind of reverse 'aete' resource?
Thanks for any hints.
Bernd
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.