• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSBrowser cell problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSBrowser cell problems (From: Finlay Dobbie <email@hidden>)

  • Prev by Date: Re: What Frameworks do I use?
  • Next by Date: Re: Class and methods for RadioButton
  • Previous by thread: NSBrowser cell problems
  • Next by thread: Re: What Frameworks do I use?
  • Index(es):
    • Date
    • Thread