Re: Thumbnail hints
Re: Thumbnail hints
- Subject: Re: Thumbnail hints
- From: "Klaus L. Greulich" <email@hidden>
- Date: Tue, 16 May 2006 14:10:01 +0200
Hi!
Am 16.05.2006 um 10:14 schrieb Angelo Chen:
Hi,
I like to have a scrollable thumbnail panel similar to
the iMovie's, any hints on how to do this? Thanks.
I would use a ThumbnailView (your custom NSView subclass, subview of
a NSScrollView) with ThumbnailControls (NSControl subclass).
All the drawing I would do in ThumbnailCell (NSActionCell subclass).
That works for me and is reasonably fast.
If you want to do it simpler, just subclass a NSView (ThumbnailView)
and draw the thumbnail images in that view. Put the ThumbnailView in
a ScrollView and that's it.
klg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden