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 12:16:21 +1000
And further examination shows the following behaviour:
If I subclass NSSlider and NSSliderCell and make no changes
everything works fine.
If I then change the setCell: message to be EluSliderCell I get the
same (broken) behaviour - it looks right and slides fine but won't
call the action. If I then change the method that calls setCell: to
be init instead of awakeFromNib it goes back to working again but
with no appearance change..
I can check on the action that the instance of the slider thinks it
has at run time and it returns the right action method - just won't
call it!
Very puzzled...
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