Custom Controls Where to start
Custom Controls Where to start
- Subject: Custom Controls Where to start
- From: Sandro Noël <email@hidden>
- Date: Thu, 26 Nov 2009 13:22:31 -0500
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 (email@hidden)
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:
This email sent to email@hidden