Re: Key event loop malfunction
Re: Key event loop malfunction
- Subject: Re: Key event loop malfunction
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 30 Jul 2005 12:22:52 -0700
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:
This email sent to email@hidden