Re: Giving focus to a specific text field after pressing a button

2008-06-25 Thread Mike Abdullah
-[NSWindow makeFirstResponder:someTextField] On 25 Jun 2008, at 15:04, Papa-Raboon wrote: Hi Guys. I was wondering it it is possible to pass cursor focus back to a specific NSText UI element after pressing a button. I have been looking at NSControl and NSText field but can't seem to find a s

Re: Giving focus to a specific text field after pressing a button

2008-06-25 Thread I. Savant
> Hi Guys. I was wondering it it is possible to pass cursor focus back to a > specific NSText UI element after pressing a button. I have been looking at > NSControl and NSText field but can't seem to find a solution to this one. The terminology for this is a bit non-obvious, but see -[NSWindow m

Giving focus to a specific text field after pressing a button

2008-06-25 Thread Papa-Raboon
Hi Guys. I was wondering it it is possible to pass cursor focus back to a specific NSText UI element after pressing a button. I have been looking at NSControl and NSText field but can't seem to find a solution to this one. Cheers Paul Randall ___ Cocoa-d