Re: Selecting multiple cells in a NSMatrix
Re: Selecting multiple cells in a NSMatrix
- Subject: Re: Selecting multiple cells in a NSMatrix
- From: Brian Webster <email@hidden>
- Date: Tue, 23 Oct 2001 12:36:26 -0500
Have you made sure that multiple selections are allowed?
(-setAllowsMultipleSelection:) Also, you might want to check
the mode of the NSMatrix; if it is NSRadioModeMatrix, then I
don't think it'll allow multiple selections.
On Tuesday, October 23, 2001, at 11:51 AM, cocoa-dev-
email@hidden wrote:
Does anyone have any experience or suggestions about how to select
multiple cells in either a NSBrowser or an NSMatrix? I can't get
multiple cells selected and think that I must be missing something.
I've tried setPath:, selectRow:inColumn:, and selectCell: (single cell
selected), setState: (highlights, but no selection),
setSelectionFrom:to:anchor:highlight: (highlights one selects two of
four cells).
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster