Re: how to set the value of NSLevelIndicatorCell in tableView
Re: how to set the value of NSLevelIndicatorCell in tableView
- Subject: Re: how to set the value of NSLevelIndicatorCell in tableView
- From: Dave DeLong <email@hidden>
- Date: Thu, 02 Sep 2010 19:17:00 -0600
The NSLevelIndicator wants a number between the minValue and the maxValue to determine what level it should draw.
Simply return that value as an NSNumber from the objectValue:forTableColumn:row: datasource method, and the level indicator will use that to set its level.
Dave
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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