Hi,
It turns out that in order to do this one has to bind the NSSlider's Value to IKImageBrowserView's zoomValue.
My question is why it only works in this way? It seems more natural (to me) to bind IKImageBrowserView's zoomValue to NSSlider.intValue
Thanks!