Re: Continunous NSSegmentedControl?
Re: Continunous NSSegmentedControl?
- Subject: Re: Continunous NSSegmentedControl?
- From: email@hidden
- Date: Tue, 8 Apr 2008 23:02:35 +0200
I'm not sure if it's supposed to work or not, but I have been
struggling with the same thing and finally settled for a solution
where I created a timer when the cell started tracking. The timer
fires after half a second and if the button is no longer pressed by
then invalidates itself. It's not pretty, but gets the job done.
On Tue, Apr 8, 2008 at 1:31 AM, Randall Meadows <email@hidden> wrote:
> I have an NSSegmentedControl on which I've enabled the "continuous" setting
> (via IB). However, it doesn't send out continuous messages while I'm
> continually pressing one of the segments; it only fires (once) upon mouseUp.
>
> I can find no documentation that says that NSSegmentedControl *DOESN'T*
> implement the continuous property.
>
> Bug? Or did someone deem that this particular subclass of NSControl
> doesn't do "continuous" and forgot to tell the documentation folks?
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
>
> This email sent to email@hidden
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden