Re: Implementing a scrollable icon-table
Re: Implementing a scrollable icon-table
- Subject: Re: Implementing a scrollable icon-table
- From: j o a r <email@hidden>
- Date: Wed, 21 Dec 2005 10:29:49 +0100
On 21 dec 2005, at 10.17, Dan Price wrote:
You can control the contents at runtime, but I would
need to add and remove cells, handle feedback from
selection and drag + drop and draw new images to the
cells. It just seems more work.
Agreed. NSMatrix doesn't have the same level of convenience, but it
shouldn't be more than a days work or so to bridge the gap.
NSTable includes methods for handling custom cell
drawing, selection and drag and drop, but seems to be
geared more towards traditional vertical lists, as
opposed to spreadsheet-style tables. I just want to
know how other people have handled this situation.
Keep in mind that NSTableView is inherently row-oriented (for
selections, drag & drop, et.c.), something that probably doesn't work
in your favour if you try to use it for a nxn matrix.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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