NSMatrix selection bindings bug?
NSMatrix selection bindings bug?
- Subject: NSMatrix selection bindings bug?
- From: m <email@hidden>
- Date: Mon, 1 Nov 2004 01:29:25 -0800
I am trying to bind the selection in an NSMatrix to an
NSArrayController.
It appears that the matrix is properly notifying the array controller
of its changes in selection (I have two tables also bound to the same
controller, and their selections follow the selections in the matrix),
but the reverse is not true: the matrix does not appear to be properly
observing selection changes made by changing selections in one of the
tables. When I change the selection in one of my tables, the matrix
selects its first cell, regardless of what I've selected in the table.
The tables do maintain selection sync with each other.
You can download the project here:
<http://muratnkonar.com/source-code/matrixbinding.dmg.gz> to see what I
mean.
Am I doing something wrong? Or is this a bug?
_murat
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden