• 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
NSBrowser clearing (pt.2)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSBrowser clearing (pt.2)


  • Subject: NSBrowser clearing (pt.2)
  • From: Riccardo Santato <email@hidden>
  • Date: Mon, 21 Jan 2002 23:20:07 +0100

Hi everybody,

I'm sorry for bothering you about this question of mine, but I can't go
on...As you know, I was just trying to clear the selection an user does
into an NSBrowser, in other words I was trying to un-highlight every
single cell.
Here is what I do:

for(index=0;index<count;index++)
{
cell=[array_of_source_cells objectAtIndex:index];
[cell reset]; // "cell" is a previously defined id
}

But nothing is deselected... why ? What is the mistake I'm stuck into?
Mahy thanks to everyone of you for your neverending kindness to newbies
like me.

--
Riccardo Santato
www.riccardosantato.com


  • Follow-Ups:
    • Re: NSBrowser clearing (pt.2)
      • From: Eric Ridge <email@hidden>
  • Prev by Date: RunModalForWindow
  • Next by Date: Re: NSGlyph is still a puzzle
  • Previous by thread: RunModalForWindow
  • Next by thread: Re: NSBrowser clearing (pt.2)
  • Index(es):
    • Date
    • Thread