NSBrowser simple question
NSBrowser simple question
- Subject: NSBrowser simple question
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 20 Aug 2003 13:54:57 +0200
It's the first time I'm using the NSBrowser class and I'm wondering if
the delegate mechanism is working for the following method:
- (BOOL)browser:(NSBrowser *)sender selectRow:(int)row
inColumn:(int)column;
because the others are working fine but this one never gets called (the
other similar method with selectString... does not work either for me)
A look at the SimpleBrowser sample code didn't help since this method
is not used.
A look at the Cocoa in a NutShell didn't help since it's just a printed
version of the headers
A look at the Cocoa documentation didn't help since it's said to be
working.
And finally the Cocoa Programming Topic: Browsers didn't help because
it does not deal with this method.
Any suggestion?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.