Re: Matrix of TableViews
Re: Matrix of TableViews
- Subject: Re: Matrix of TableViews
- From: "John C. Randolph" <email@hidden>
- Date: Tue, 6 Nov 2001 01:52:26 -0800
On Tuesday, November 6, 2001, at 01:27 AM, Mark's Studio wrote:
Is it possible to have a matrix of TableViews or does it only works with
Cells?
An NSMatrix is a view that draws and dispatches events to a collection
of cells, not subviews.
If it only work with Cells is it possible to put a TableView in a Cell?
An NSCell has no way to contain a view. Of course, you could write a
cell class that has a pointer to a view, and inserts the view somewhere
in the cell's -drawInside:inView: method.
How do i disable a Tableview?
Maybe it would be more useful if you described what you're trying to do
at a higher level.
-jcr
"These kids today don't know the simple joy of saving four bytes of
page-0 memory on a 6502" - unknown