Skip navigation.
 
mlRe: two way bindings?
FROM : mmalc crawford
DATE : Fri Jan 11 00:04:30 2008

On Jan 10, 2008, at 2:53 PM, Daniel Oberhoff wrote:

> I have a custom audio sample view with a selection and a cursor. I 
> bind these to keys in the selected object of an array controller. A 
> table view is also connected to this array controller displaying all 
> the entries. Now when I add entries to the table they get commited 
> to the array controller and also the audio view updates when I 
> change the values, but when I change the selection or the cursor in 
> the view with the mouse, this does not get commited to the currently 
> selected row in the table as it should.
>

Are you updating the selection in the array controller?
See GraphicsBindings at <http://homepage.mac.com/mmalc/CocoaExamples/controllers.html
> for an example that works.

mmalc

Related mailsAuthorDate
mltwo way bindings? Daniel Oberhoff Jan 10, 23:53
mlRe: two way bindings? mmalc crawford Jan 11, 00:04
mlRe: two way bindings? Daniel Oberhoff Jan 12, 03:01