• 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: subclass of NSSlider won't call action method
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: subclass of NSSlider won't call action method


  • Subject: Re: subclass of NSSlider won't call action method
  • From: Chris Stephens <email@hidden>
  • Date: Thu, 30 Jun 2005 14:17:59 +1000

I'll look into the +cellClass angle next but in the meantime, these lines of code have got me working again!

    NSCell *oldCell = [self cell];
    [aCell setAction:[oldCell action]];
    [aCell setTarget:[oldCell target]];

Thank you so much, Timothy!

Chris
_______________________________________________
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


References: 
 >Re: subclass of NSSlider won't call action method (From: Chris Stephens <email@hidden>)
 >Re: subclass of NSSlider won't call action method (From: "Timothy J. Wood" <email@hidden>)

  • Prev by Date: WebKit & MiniBrowser: Document Tail Wagging the Dog
  • Next by Date: RE: How to get information from the download manager?
  • Previous by thread: Re: subclass of NSSlider won't call action method
  • Next by thread: Re: subclass of NSSlider won't call action method
  • Index(es):
    • Date
    • Thread