Re: iTunes user rating
Re: iTunes user rating
- Subject: Re: iTunes user rating
- From: "Alan Smith" <email@hidden>
- Date: Sun, 21 May 2006 12:55:15 -0400
Nice! One problem, I'm using 10.3. There doesn't appear to be a
NSLevelIndicator in 10.3 :( Is there a way to do this in 10.3?
Thanks, Alan
On 5/21/06, Sean Murphy <email@hidden> wrote:
On May 21, 2006, at 12:30 PM, Alan Smith wrote:
> How do I make a user rating column in mt table like that in iTunes? In
> iTunes when you click once a star appears adn then again and so on. I
> want user ratings in my app like that.
HI Alan,
Check out the NSLevelIndicator class, which provides functionality
similar to the star ranking controls in iTunes or iPhoto. You're
probably going to actually need to use NSLevelIndicatorCell, which
can be inserted into a tableView's column.
ADC Docs:
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSLevelIndicatorCell.html
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSLevelIndicator.html
-Murph
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden