• 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: about notification exception....
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: about notification exception....


  • Subject: Re: about notification exception....
  • From: Chris Hanson <email@hidden>
  • Date: Sat, 7 Apr 2007 21:40:15 -0700

On Apr 7, 2007, at 5:11 AM, Jay wrote:

I have a custom View class in the main WIndow, and for the need of communication with the AppController class in runtime. I use NSNotification to post some notifications when the customerView class has something happens in the view, and the AppController did receive the notification,

however, I'm using a user-defined class to finishe some task when the notification is received, regardless when I use it (either in the notification handler selector or other selector called from this one) I always get the following exception.

Exception raised during posting of notification. Ignored. exception: *** +[PNFnode setScreenPoint:]: selector not recognized

My first guess at this is that your code is unclear on the distinction between a class and instances of the class, so you're sending messages to the class that are intended for an instance from within one of your notification handlers.


  -- Chris

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >about notification exception.... (From: "Jay" <email@hidden>)

  • Prev by Date: Re: about notification exception....
  • Next by Date: Re: Crashing View
  • Previous by thread: Re: about notification exception....
  • Next by thread: Multiple developers and nib files
  • Index(es):
    • Date
    • Thread