Skip navigation.
 
mlRe: iPhoto like zooming
FROM : brsapplelists
DATE : Tue Jun 20 20:52:09 2006

Kishore,

In my tests, NSMatrix was NOT a viable option for this - it was 
difficult for the matrix to fill the view properly and to redraw 
itself nicely if the rows and column numbers were changing, and 
especially if the cell content itself was changing. I don't think 
NSMatrix was geared toward doing something this dynamic - with 
constant changes both of the view itself and of the objects inside it.

Instead, the best solution I found was to create a basic custom view 
and do all the drawing and grid management yourself. It sounds like a 
lot of work, but it really was the best performing option I could find.

Give MUPhotoView a shot - it's at the link below. There's a couple 
bugs that need fixing - drop me an email if you want the details.

-Blake



On Jun 20, 2006, at 9:30 AM, Mike Zornek wrote:

> On 6/19/06 7:44 PM, "<email_removed>" <<email_removed>> wrote:
>

>>> I'm trying to implement iPhoto like thumbnail display using
>>> NSMatrix. Now I've to implement smooth zooming like iPhoto.

>
> You might want to check out this open source view:
>
> http://blakeseely.com/blog/archives/2006/04/17/muphotoview-10/
>
> ~ Mike
> --
> Work: http://ClickableBliss.com
> Play: http://MikeZornek.com
>
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/brsapplelists%
> 40mac.com
>
> This email sent to <email_removed>

Related mailsAuthorDate
mliPhoto like zooming Kishore G Jun 19, 17:22
mlRe: iPhoto like zooming Stephane Jun 19, 17:49
mlRe: iPhoto like zooming zigidev Jun 20, 01:44
mlRe: iPhoto like zooming Mike Zornek Jun 20, 18:30
mlRe: iPhoto like zooming brsapplelists Jun 20, 20:52