Re: [NEWBIE]: Selecting Cells in a Browser
Re: [NEWBIE]: Selecting Cells in a Browser
- Subject: Re: [NEWBIE]: Selecting Cells in a Browser
- From: J Tichenor <email@hidden>
- Date: Mon, 27 Sep 2004 14:44:20 +0100
on 2004-09-26 4:41 PM, Stéphane Sudre at email@hidden wrote:
Any ideas on iterating through cells in the column?
If you need to iterate through cells, it means your source model is
wrong. Because the idea is to iterate through your data.
He might want to do something with the cells that has nothing to do
with the
data.
Anyway, the answer is that a browser column contains a matrix, and you
can
iterate the cells in the matrix. Check out -[NSBrowser
matrixInColumn:].
Excellent, thanks. I will check that out. Was playing with
selectRow:inColumn: for a bit, but with the level of abstraction that
this needs, it was too concrete a method.
j
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden