I have an NSTextTextField in my nib that is using a custom NSTextFieldCell (set in IB) class that has only one method over-riden, drawingRectForBounds. The method is not being called. This is what I have done.
1. Set a break point to verify it is not being called. 2. Using F-Script, verified that the instance of NSTextField is using my custom cell. I can invoke my method via F-Script as well. 3. Verified the correct spelling and signature of the method. Anyone have other ideas as to what I am overlooking? Thanks, -Tony _______________________________________________ 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 arch...@mail-archive.com