NStableView roe selection

2009-01-28 Thread David Blanton
oops no subject previously, sorry. Using this code: NSIndexSet *is = [NSIndexSet indexSetWithIndex:rowIndex]; [_tableView selectRowIndexes:is byExtendingSelection:YES]; to select rows, the rows are selected and highlighted, but

Re: NStableView roe selection

2009-01-28 Thread Corbin Dunn
Le Jan 28, 2009 à 12:43 PM, David Blanton a écrit : oops no subject previously, sorry. Using this code: NSIndexSet *is = [NSIndexSet indexSetWithIndex:rowIndex]; [_tableView selectRowIndexes:is byExtendingSelection:YES]; to