more NSBrowser/NSMatrix issues
more NSBrowser/NSMatrix issues
- Subject: more NSBrowser/NSMatrix issues
- From: Tom Waters <email@hidden>
- Date: Sat, 16 Jun 2001 17:07:26 -0700
Does NSMatrix getRow:column:forPoint ever return NO? I seem to always
get YES, even when I click between cells.
Can anyone think of a good way to get clicks in an NSBrowser that are
below the current list? e.g. if there are four items in a column, I
want to be able to get clicks that are below all four of them.
I have a custom NSMatrix inside the browser, and my mouseDown is never
being called. Is there some way to tell the matrix to fill the entire
view, even if it doesn't have sufficient rows?
Thanks.