• 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: from class to class
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: property/global variables
  • Next by Date: Drag 'n drop
  • Previous by thread: Re: from class to class
  • Next by thread: property/global variables
  • Index(es):
    • Date
    • Thread