Selecting multiple cells in a NSMatrix
Selecting multiple cells in a NSMatrix
- Subject: Selecting multiple cells in a NSMatrix
- From: James DiPalma <email@hidden>
- Date: Tue, 23 Oct 2001 12:01:54 -0400
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).
Thanks for any help,
-jim