I think the AppKit release notes said it's fixed in 10.5, but on 10.4 you have to use setEnabled:NO in code to make it non-editable. This drove me nuts when I first tried to use NSLevelIndicator.

On May 17, 2008, at 3:53 PM, Michael Vannorsdel wrote:
Set its cell as not editable in IB or programatically with [[indicator cell] setEditable:NO].


On May 17, 2008, at 4:41 PM, Philip Bridson wrote:

I have an NSLevelIndicator in a utility window that does the standard stuff, but I have just noticed that if I click on the indicator I can manually select the level. I have read the chapter about indicators but cannot find info about how to disable this functionality. Can any one point me in the right direction or tell me where to look in the docs as I have done a search but can't find anything.

_______________________________________________

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/amaxwell%40mac.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to