• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Possible with Cocoa bindings?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: Possible with Cocoa bindings?
      • From: Raphael Sebbe <email@hidden>
  • Prev by Date: Re: Better diff tool?
  • Next by Date: NSColor clearColor always returns black
  • Previous by thread: Re: NSColor clearColor always returns black
  • Next by thread: Re: Possible with Cocoa bindings?
  • Index(es):
    • Date
    • Thread