• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Which sender is which
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Which sender is which
      • From: "Bukowinski, Peter" <email@hidden>
References: 
 >Re: Which sender is which (From: "Bukowinski, Peter" <email@hidden>)

  • Prev by Date: Re: Which sender is which
  • Next by Date: Re: Which sender is which
  • Previous by thread: Re: Which sender is which
  • Next by thread: Re: Which sender is which
  • Index(es):
    • Date
    • Thread