On Jul 30, 2005, at 11:44 AM, Marcus S. Zarra wrote:
I have a window where I set up a key event loop in a specific order.
However when I run the application it loops through them in a top down
/ left right order. Some of the NSTextFields are inside of boxes
while others are not.
Is there a known issue or rule regarding the key event loop that would
cause a window to ignore what was set and go back to default?
I presume you mean you want to set up a sequence of nextKeyViews
rather than an event loop. You have to set one of your controls as
the window's initialFirstResponder (it's an outlet in IB).
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden