Re: NSBrowser cell problems
Re: NSBrowser cell problems
- Subject: Re: NSBrowser cell problems
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 29 Aug 2001 21:51:01 +0100
Appears to work only if the NSBrowser allows multiple selections. That's
silly, and obviously a bug. Is this known? If not I'll file a report.
-- Finlay
On Wednesday, August 29, 2001, at 09:26 pm, Finlay Dobbie wrote:
Anybody have any idea why this this keeps on printing no?
if ([[browser selectedCellInColumn:0] isHighlighted]) {
NSLog(@"yes");
} else {
NSLog(@"no");
}
browser is valid, and there is a selected cell in column 0. This works
fine in Apple's example code (SimpleBrowser) but is failing miserably
for me.
-- Finlay
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev