Skip navigation.
 
mlRe: Continunous NSSegmentedControl?
FROM : slasktrattenator
DATE : Tue Apr 08 23:02:35 2008

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_removed>> 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_removed>)
>
>  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:
>
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
>  This email sent to <email_removed>
>

Related mailsAuthorDate
mlContinunous NSSegmentedControl? Randall Meadows Apr 8, 01:31
mlRe: Continunous NSSegmentedControl? slasktrattenator Apr 8, 23:02