Re: subclass of NSSlider won't call action method
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