Re: Possible with Cocoa bindings?
Re: Possible with Cocoa bindings?
- Subject: Re: Possible with Cocoa bindings?
- From: "M. Carlson" <email@hidden>
- Date: Fri, 29 Apr 2005 00:42:45 +0000
On Thu, 28 Apr 2005 Raphael Sebbe wrote:
To me, the target/action paradigm is more suited to your applciation than
bindings. I wouldn't use bindings in that case.
Okay, the normal target/action deal will work.
But I'm curious: Is what I've described beyond the scope of Cocoa bindings?
-- M
On 4/28/05, M. Carlson email@hidden wrote:
Is the following possible with Cocoa bindings?
I have a GUI that has 11 textfields, arranged vertically:
0: __________
1: __________
2: __________
. . .
10: __________
The textfields display intermediate results of a sequence of (very
expensive) calculations.
I enter an initial value into textfield 0, press TAB, and (after a long
while) the next stage of the calculation displays in textfield 1 and
stops.
If I like the result, I press TAB again to cause the next result to be
calculated and displayed in textfield 2, etc. If I don't like a result, I
can correct it before TABbing to the next stage. This is a great
timesaver.
The problem is that I can't get Cocoa bindings to trigger on a TAB from a
textfield that I didn't modify. If I alter a result and press TAB, the
next
stage is triggered, but TABbing out of an unmodified textfield triggers
nothing.
Is there a way to get Cocoa bindings to do this?
-- M
_______________________________________________
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