Re: Multiple sliders updating the same text field
Re: Multiple sliders updating the same text field
- Subject: Re: Multiple sliders updating the same text field
- From: "I. Savant" <email@hidden>
- Date: Tue, 24 Jul 2007 12:40:38 -0400
On 7/24/07, Stephane Sudre <email@hidden> wrote:
I'm wondering if it might not be possible to use a distributed objects
solution with 2 threads to do this...
No, no, NO! XMLRPC is the ONLY way to do this! ;-)
Another way to say I.S.'s solution sounds really easier and better.
The Cocoa bindings path seems overkill in this particular case.
To be fair, I suggested both a simpler target/action approach *and*
a Bindings approach. I don't really know that using Cocoa Bindings is
overkill in this situation. I would personally have gone the Bindings
route unless there was something major in my way; designing your
classes with this type of thing in mind makes it a no-brainer and
simple to set up.
I guess what I'm saying is that I personally would recommend the
Bindings approach if you do have a lot of things like this to manage.
The case mentioned above sounds simple on its own and target/action is
certainly fastest / easiest, but if you consider many such controls in
Nathaniel's project, suddenly Bindings looks a whole lot sweeter. :-)
--
I.S.
_______________________________________________
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