Re: NSBrowser matrix

2011-06-26 Thread Ari Black
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

NSBrowser matrix

2011-06-25 Thread Ari Black
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

NSNotificationCenter: addObserver:selector:name:object: - Specifying a single event

2008-05-27 Thread Ari Black
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