I am seeing some strange behavior.

I set the knob position of the horz and vert scrollers as follows:

- (void)centerScrollers {
        
        [m_hScroller setDoubleValue:0.5];
        [m_vScroller setDoubleValue:0.5];
        
}

Then when I move either knob with the mouse the other knob moves as well by some random amount.

Doesn't seem like correct behavior to me.

-db
_______________________________________________

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 arch...@mail-archive.com

Reply via email to