• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSLevelIndicator and mouse clicks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSLevelIndicator and mouse clicks (From: Jean-Baptiste LE STANG <email@hidden>)

  • Prev by Date: Re: NSLevelIndicator and mouse clicks
  • Next by Date: Re: Values set in awakeFromInsert have gone missing.
  • Previous by thread: Re: NSLevelIndicator and mouse clicks
  • Next by thread: NSCommandKeyMask being ignored in NSView subclasses
  • Index(es):
    • Date
    • Thread