Re: Scrolling Thumbnails (Like Preview)
Re: Scrolling Thumbnails (Like Preview)
- Subject: Re: Scrolling Thumbnails (Like Preview)
- From: Scott Anguish <email@hidden>
- Date: Sun, 10 Aug 2003 03:45:29 -0400
On Sunday, August 10, 2003, at 3:23 AM, Seth Willits wrote:
Can anyone give me some pointers on how to create a scrolling
thumbnail
viewer with the same functionality in Preview? I could really use all
the help I can get.
Can I use a table view for this?
Use a single column NSTableView and set the cell for that column to an
NSImageCell.
Like Doug suggested, I used a NSTableView to do this, however I can't
see a way to display the image a desired size or an associated string.
It seems that Matt's suggestion to use an NSMatrix would be a solution
but more complex than the TableView if I could get it to work.
You can set the size of the rows in a TableView.
And you could have two columns.. one with the image, and the other
with the associated string.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.