Possible with Cocoa bindings?
Possible with Cocoa bindings?
- Subject: Possible with Cocoa bindings?
- From: "M. Carlson" <email@hidden>
- Date: Thu, 28 Apr 2005 04:25:52 +0000
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