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 PROTECTED]> 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 (Cocoa-dev@lists.apple.com)
>
>  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/slasktrattenator%40gmail.com
>
>  This email sent to [EMAIL PROTECTED]
>
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to