about notification exception....
about notification exception....
- Subject: about notification exception....
- From: "Jay" <email@hidden>
- Date: Sat, 7 Apr 2007 20:11:26 +0800
Hello,
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
All I want is just to send some information(data) from the View to Controller Layer.
Many thanks in advance.
Jay
_______________________________________________
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