Re: Code for a Control with a continuous action
Re: Code for a Control with a continuous action
- Subject: Re: Code for a Control with a continuous action
- From: email@hidden
- Date: Wed, 20 Mar 2002 14:58:13 -0800
Thanks again, it helped a lot. A remark about your beautiful
SSCircularSlider: you make use of a notification to know when the
control tint change, but this is apparently not necessary. I removed it
in my code,
and still the control is displayed again when I change the control
tint.
Probably because I don't cache the value of the system tint, I get it
every time drawRect: is called. Interesting. I think I'll leave it in
there, though, as it has instructional value. I'll put a comment on it,
though, explaining this. Thanks!
Ben Haller
Stick Software
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.