Re: NSSearchField in menu item weirdness

2008-05-13 Thread Peter Ammon
On May 13, 2008, at 4:22 PM, Peter Ammon wrote: On May 13, 2008, at 2:32 PM, Jim Turner wrote: This never gets called unless I actually click in the search field. My custom NSView has this as it's implementation of viewDidMoveToWindow to move the cursor into the field: -(void) viewDidMoveT

Re: NSSearchField in menu item weirdness

2008-05-13 Thread Peter Ammon
On May 13, 2008, at 2:32 PM, Jim Turner wrote: This never gets called unless I actually click in the search field. My custom NSView has this as it's implementation of viewDidMoveToWindow to move the cursor into the field: -(void) viewDidMoveToWindow { [[self window] makeFirstResponder