Question

How can I continuously get data from an NSTextField and do this in the background? I'm doing this because I'm using a quartz composer plugin to get posted values in an NSTextField. This is within the same app.

Any ideas??

Elijah

Was it helpful?

Solution

I'm not sure what you mean by "continuously", but the controlTextDidChange: delegate method will tell you when the text changes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top