slashlos wrote:
>
> I take it I'm missing something in keeping the controller in sync with
> the drag-n-drop actions but as the text field is always accurate and the
> columns are all correct I'm not sure what.
>
> Help!
found it! My notification for selection change didn't notice there was
no selected row ([tableView selectedRow]) properly:
row != NSNotFound
should've been
row != (-1)
--
/los "I was a teenage net-random"