Re: Zooming and panning an NSImageView

2009-02-04 Thread Christian Graus
Thanks Rob. Knowing what to type into google is usually the hardest part ( I had done some searching and had not seen this ). I'm looking at the docs now, this looks perfect for what I needed. Thanks again Christian ___ Cocoa-dev mailing list (Cocoa-d

Re: Zooming and panning an NSImageView

2009-02-03 Thread Rob Keniger
On 04/02/2009, at 4:13 PM, Christian Graus wrote: We have a program that uses the NSImageView to show images, currently it forces the image to be shown so it fits the window ( that is, they are a lot bigger than what we're seeing ). i want to add the ability to animate a zoom into an area

Zooming and panning an NSImageView

2009-02-03 Thread Christian Graus
Hi guys We have a program that uses the NSImageView to show images, currently it forces the image to be shown so it fits the window ( that is, they are a lot bigger than what we're seeing ). i want to add the ability to animate a zoom into an area, after a user drags a box over that area, and then