Re: NSLevelIndicator and mouse clicks
Re: NSLevelIndicator and mouse clicks
- Subject: Re: NSLevelIndicator and mouse clicks
- From: Jean-Baptiste LE STANG <email@hidden>
- Date: Sun, 29 Jul 2007 23:41:58 +0200
OK, I've finally found the solution :
NSTableColumn * colum = [aTableView
tableColumnWithIdentifier:@"progress"];
NSLevelIndicator * cell = [colum dataCell];
[cell setEnabled:NO];
Sorry for the noise …
Sincerely,
Jean-Baptiste LE STANG
On Jul 29, 2007, at 11:22 PM, Jean-Baptiste LE STANG wrote:
Hello,
I'm currently trying to use a NSLevelIndicator inside a
NSTableView, everything is working as expected, but there is a
behaviour of the NSLevelIndicator I'd like to get rid off. When I
click with the mouse on the NSLevelIndicator, temporarly, the
NSLevelIndicator value is changed and reaches the point where the
mouse was clicked. I've not been able to find any obvious way to
deactivate this behaviour and I'd like to know if anyone came up
with a solution for this.
Sincerely,
Jean-Baptiste LE STANG
_______________________________________________
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
_______________________________________________
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