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: Andreas Mayer <email@hidden>
- Date: Thu, 30 Jun 2005 03:52:30 +0200
Am 30.06.2005 um 01:44 Uhr schrieb Chris Stephens:
But my subclass (EluSlider) won't send messages to the action
specified.
Don't know what your problem might be. My NSSlider subclass works
just fine, making the connection in IB. I guess you will have to post
more code.
EluSliderCell *aCell = [[[EluSliderCell alloc] init] retain];
You are over-retaining aCell here.
Andreas
_______________________________________________
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