FROM : Shawn Erickson
DATE : Fri Apr 08 18:43:11 2005
On Apr 8, 2005, at 9:29 AM, Luc Vandal wrote:
> Basically there's a text field, check boxes, radio buttons and
> buttons. Like I said, makeFirstResponder is called every time I tab
> through the controls but the notification is only received once, when
> the window has closed.
How did you subscribe to the notification? Did you try using the
delegate pathway?
From the code I see I don't see why you would be getting the behavior
you described.
Are you running any type of run loop of your own while this window is
up?
Is it a modal window of some type?
-Shawn
DATE : Fri Apr 08 18:43:11 2005
On Apr 8, 2005, at 9:29 AM, Luc Vandal wrote:
> Basically there's a text field, check boxes, radio buttons and
> buttons. Like I said, makeFirstResponder is called every time I tab
> through the controls but the notification is only received once, when
> the window has closed.
How did you subscribe to the notification? Did you try using the
delegate pathway?
From the code I see I don't see why you would be getting the behavior
you described.
Are you running any type of run loop of your own while this window is
up?
Is it a modal window of some type?
-Shawn






Cocoa mail archive

