Where is the event for property of list?
Where is the event for property of list?
- Subject: Where is the event for property of list?
- From: Nathan Herring <email@hidden>
- Date: Mon, 10 Mar 2003 15:02:43 -0800
As an AppleScriptable application developer, I've noticed that if you do
something like:
set a_property of { object_1, object_2, object_3 } to a_value
Our application never receives the set event. Obviously if we got it, we
could iterate over the list of object specifiers and apply the
property/value set.
Where did the event go? How can we get it? Do we have to have some coercion
from list to object specifier or something?
nh
_______________________________________________
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.