• 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
me and my do not refer to your script's class
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

me and my do not refer to your script's class


  • Subject: me and my do not refer to your script's class
  • From: Dave <email@hidden>
  • Date: Sat, 25 Dec 2010 16:29:56 -0600

 I wanted to call a handler after a 5 second delay so I tried:

my's performSelector_withObject_afterDelay_("ReProbe:", missing value, 5)

but nothing happened. Turns out 'me' and 'my' do not refer to the script's class. In order to make this work I had to:

current application's class "myScriptName"'s performSelector_withObject_afterDelay_("ReProbe:", missing value, 5)

 _______________________________________________
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: me and my do not refer to your script's class
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Re: AppleScriptObjC framework error?
  • Next by Date: Re: me and my do not refer to your script's class
  • Previous by thread: Re: AppleScriptObjC framework error?
  • Next by thread: Re: me and my do not refer to your script's class
  • Index(es):
    • Date
    • Thread