Re: Which sender is which
Re: Which sender is which
- Subject: Re: Which sender is which
- From: "John C. Welch" <email@hidden>
- Date: Thu, 07 Apr 2011 15:33:41 -0400
- Thread-topic: Which sender is which
On 4/7/11 2:21 PM, "Bukowinski, Peter" <email@hidden> wrote:
> Have you tried the pipes?
>
> set theTag to sender's |tag|
Same results as tag sans bars, drat.
>
> A more straightforward method would be to refer to each image well by its
> IB-bound property name:
>
> if sender is firstImageWell then...
You mean the missing value property that I connected the image well to? If
so, then this:
if sender is pathDataTop then
log "top"
else if sender is pathDataRight then
log "right"
else if sender is pathDataLeft then
log "left"
else
log "none of the above"
end if
Always logs "none of the above"
john
--
If I wanted to hear the pitter-patter of little feet, I'd put shoes on my
cat.
Anon.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden