Re: Create a custom control (widget)
Re: Create a custom control (widget)
- Subject: Re: Create a custom control (widget)
- From: Steven Burr <email@hidden>
- Date: Mon, 10 Feb 2003 06:38:50 -0700
On Sunday, February 9, 2003, at 11:00 PM, "Salter, Adam Q"
<email@hidden> wrote:
This might sound silly, but I can't find any clear tutorials for
building a
custom "control"... what I want is a "stars" rating selection like in
iTunes...
I've found plenty of code for IB palletes... and obviously the second
step
would be to create a IBPallete.
<sigh>
Can anybody help me out? (point me to books/other docs)
Actually a tutorial for creating a control and pallete from scratch
would be
great...
I don't think I've seen the two combined, but Cocoa Programming by
Anguish, Buck & Yacktman has a nice section on creating custom
controls (by subclassing NSCell and NSControl) in Chapter 18, starting
at page 723. Chapter 26 of Cocoa Programming for Mac OS X by Hillegas
shows how to make a custom pallete for a custom view.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.