Re: Controller Question
Re: Controller Question
- Subject: Re: Controller Question
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 3 Jan 2004 19:26:09 -0800
On Jan 3, 2004, at 2:51 PM, James Hillhouse wrote:
What I'm trying to get to now would allow for the calculation and
display to text fields
integratedPosition
integratedVelocity
integratedAcceleration
AFTER entering
position
stepSize
timeStep
It sounds like you're making things artificially difficult for yourself?
I can understand why you might want to do this on first iteration, but
what if the user wants to revise a value? You now risk missing
reflecting an update. Would you be better just hiding the derived
values unless all the other values are non-nil?
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.