• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Thumbnail hints
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Thumbnail hints


  • Subject: Re: Thumbnail hints
  • From: John Pannell <email@hidden>
  • Date: Tue, 16 May 2006 07:11:42 -0600

Hi Angelo-

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.


Staying even simpler, you might consider a subclass of NSMatrix (in an NSScrollView) - it will handle the rows/columns layout for you.


John
_______________________________________________
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


  • Follow-Ups:
    • Re: Thumbnail hints
      • From: Angelo Chen <email@hidden>
References: 
 >Thumbnail hints (From: Angelo Chen <email@hidden>)
 >Re: Thumbnail hints (From: "Klaus L. Greulich" <email@hidden>)

  • Prev by Date: Issue with Scroller n Placard in Table view
  • Next by Date: Issue with Scroller n Placard in Table view
  • Previous by thread: Re: Thumbnail hints
  • Next by thread: Re: Thumbnail hints
  • Index(es):
    • Date
    • Thread