Not sure exactly what your problem is, have you tried isMemberOfClass: instead of isKindOfClass:?

the is*OfClass: methods have certain... dangers. You might try testing the given object to see if they respond to slider selectors versus button selectors, and discriminate in that way.

On Sep 27, 2008, at 7:38 PM, Dave DeLong wrote:

When I try to compile, I'm getting two errors:

 "_OBJC_CLASS_$_InputViewSlider", referenced from:
     [EMAIL PROTECTED] in CosMouseViewController.o
 "_OBJC_CLASS_$_InputViewButton", referenced from:
     [EMAIL PROTECTED] in CosMouseViewController.o


My question is, do I need to override the +(Class) class method for each InputElement subclass, and if so how do I make a Class object?

Jamie Hardt
The Sound Department
http://www.soundepartment.com/
http://www.imdb.com/name/nm0362504/

_______________________________________________

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

This email sent to [EMAIL PROTECTED]

Reply via email to