NSTableView selection Delegate Methods being called twice?

2008-09-10 Thread Robert Kukuchka
Hello, I'm trying to handle some selection switching of an NSTableView, but I'm getting double the calls I expect. Why is this, or have I done something wrong? Cheers, Rob BT #1 #1 0x92a2400f in -[NSTableView _sendDelegateSelectionIndexesForProposedSelection:] () #2 0x927fe124 in

Re: NSTableView selection Delegate Methods being called twice?

2008-09-10 Thread Corbin Dunn
It's an implementation issue with NSTableView. Feel free to log a bug (there already are bugs logged for this issue). You'll have to work around it. Keep track of the fact that you are showing the dialog, and keep returning the same index set to avoid changing the selection. corbin On Sep