Re: Rapid use of NSTextField
Re: Rapid use of NSTextField
- Subject: Re: Rapid use of NSTextField
- From: DevLists <email@hidden>
- Date: Sun, 18 Apr 2004 14:21:15 -0700
Justin,
Not understanding the entire scope of your application...
It seems a bit strange to be updating a NSTextField so frequently
when your users interaction would probably be slower than the systems
programmatic "focus". I see a possible conflict in using the same
bucket. I'm wondering if there might be a slightly less "direct"
method for programmatically displaying changing input and allowing
your user access to the data.
Simplified, does the "editable" property of your NSTextField play a
part in these "freezes"?
Just my $.02.
Andrew R. Jenkins
I am working on a project that changes the content of and focus of
user editable NSTextFields programaticly. I've noticed that if i
rapidly (say 2 dozen times a second) cycle the focus of the the
fields sometimes my program stops responding (freezes).
<snip>
_______________________________________________
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.