NSTableView in an utility window
NSTableView in an utility window
- Subject: NSTableView in an utility window
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 17 May 2001 11:21:40 +0200
I have a NSTableView within an utility window.
What can I do to make the first click in the NSTableView to select a
line instead of just making the window the key responder ?
To be clear, I have 2 windows, a NSWindow and a NSPanel which is a
utility window.
Let's say I have the key and mouse focus on the NSWindow
When I click on a NSButton in this utility window, the NSButton gets
pushed. It's not the case with the NSTableView. I would have expected to
get the line clicked become selected.
It seems the NSTableView is not a One-Shot widget. Arghhh.