from class to class
from class to class
- Subject: from class to class
- From: droom departement <email@hidden>
- Date: Fri, 20 Apr 2012 13:39:30 +0200
"Hello,
I have the following problem:
I'm writing an asoc application in XCode.
I have f.e. 2 classes:
"classA"
"classB"
each of them have - of course - multiple methods
I have to do the following:
from within "classA" I'm calling a method in "classB":
tell current application's classB to hDoSomethingWithParameter_(param) -- this works fine
in the method of "classB": hDoSomethingWithParameter_(param) I want to call a method which is in "classA":
tell current application's classA to hDoSomethingElse_(param)
as result in the console I get:
*** +[classA hDoSomethingElse:]: No result was returned from some part of this _expression_. (error -2763)
How can I solve my problem ? Can anyone give me some help ?
Kind Regards
Droom
_______________________________________________
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