On 11-06-26 7:04 AM, Fritz Anderson wrote:
On 25 Jun 2011, at 7:05 PM, Ari Black wrote:
@implementation SpecialMatrix
- (id)initWithFrame:(NSRect)frameRect mode:(NSMatrixMode)aMode
prototype:(NSCell *)aCell numberOfRows:(NSInteger)numRows
numberOfColumns:(NSInteger)numColumns {
int x
Hello all,
I'm trying to set the matrix class for an NSBrowser I have in a window.
I have the following in my .h file:
@interface SpecialMatrix : NSMatrix {
}
//- (id)initWithFrame:(NSRect)frameRect mode:(NSMatrixMode)aMode
prototype:(NSCell *)aCell numberOfRows:(NSInteger)numRows
numberOfC
Hello,
Originally I was going to post this as a question, but since I found
the solution while composing the email, I thought I'd simply send it
along for the edification of anyone who might be in a similar situation.
I'm trying to make sure that my application catches all possible
routes