Re: Selecting multiple cells
Re: Selecting multiple cells
- Subject: Re: Selecting multiple cells
- From: Daniel Waylonis <email@hidden>
- Date: Thu, 15 Jul 2004 12:41:23 -0700
On Jul 13, 2004, at 4:26 PM, Jules Bonin-Ducharme wrote:
>
Hi list,
>
>
I have a NSTableView with of dimension 64 X 64 cells all representing
>
a level. I would like the user to be able to multiple select cells
>
(from
>
different rows and columns) either by click-dragging a selection or by
>
command-clicking on the chosen cells.
>
>
Is this even possible with NSTableView? Or am i barking up the wrong
>
view?
Hi Jules,
You might look into using a NSMatrix within a NSScrollView to handle
manipulating a 2D grid of cells:
http://developer.apple.com/documentation/Cocoa/Conceptual/Matrix/
index.html
Dan
_________________________________________________
Dan Waylonis email@hidden
Software Engineer
http://www.nekotech.com
nekotech SOFTWARE 650.964.2490 (O)
_______________________________________________
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.