me and my do not refer to your script's class
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