Re: two way bindings?
Re: two way bindings?
- Subject: Re: two way bindings?
- From: mmalc crawford <email@hidden>
- Date: Thu, 10 Jan 2008 15:04:30 -0800
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
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden