Re: from class to class
Re: from class to class
- Subject: Re: from class to class
- From: Chris Paveglio <email@hidden>
- Date: Wed, 25 Apr 2012 15:38:30 +0000
- Thread-topic: from class to class
> as result in the console I get:
>
> **** +[classA hDoSomethingElse:]: No result was returned from some part of
> this expression. (error -2763)*
Your function might need to return something, like 0, or some string.
Also, you could be calling a CLASS method, but trying to use it on an
INSTANCE of classA.
I would suggest "caveman debugging" and adding a bunch of log statements
inside of your classA method to see how far along it progresses, if at all.
Chris
_______________________________________________
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