Hi Markus,

Yes, my notifications are delivered, the code I showed was to register for the 
notifications in my ViewController's awakeFromNib method. The actual methods 
are exactly as you showed in your post. 

- Koen.


On Aug 28, 2012, at 3:00 PM, cocoa-dev-requ...@lists.apple.com wrote:

> Are you sure your notification is delivered? The methods do not meet the 
> selector requirement, which is (quoting documentation for 
> -addObserver:selector:name:object):
> 
> ------------------------
> notificationSelector
> Selector that specifies the message the receiver sends notificationObserver 
> to 
> notify it of the notification posting. The method specified by 
> notificationSelector must have one and only one argument (an instance of 
> NSNotification).
> ------------------------
> 
> So your methods should be implemented as
> 
> -(void) showTextHighlight:(NSNotification *)notification
> 
> - (void)removeTextHighlight:(NSNotification *)notification
> 
> Regards
> Markus


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to