NSBrowser clearing (pt.2)
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