Re: NSBrowser active column problem [solved]
Re: NSBrowser active column problem [solved]
- Subject: Re: NSBrowser active column problem [solved]
- From: Patrick Haruksteiner <email@hidden>
- Date: Wed, 30 Mar 2005 10:04:57 +0200
well, the problem got solved without replies ;-)
here is the solution if anyone is interested, or if anyone might
encounter the same problem;
On Mar 29, 2005, at 17:35, Patrick Haruksteiner wrote:
How do I tell the browser that the last column should be the active
one?
-> you have to set the firstResponder to the matrix of the browser
column you want to be active:
[[self window] makeFirstResponder:browserMatrix];
/patrick
_______________________________________________
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