Hi all, I'm trying to educate myself on how to create my custom controls/Views. Everywhere i look no one uses the same methods to override drawing and behaviour. and most of the example do not start from the same place,
Some start from NSControl with a combination of NSCell and NSActionCell Others Start from NSView, and some start from Apple's controls and override the drawing. What i am trying to achieve is 1: to be able to change the look of the controls that already exist if i need to. 2: if I have the need for a control that does not exist, i want to be able to create it myself. including having to respond to user input and mouse clicks and send those back to the caller ( thru delegates or actions ) thank you for any pointers. Sandro Noel._______________________________________________ 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