Re: Arrays of outlets / Matrices of matrices
Re: Arrays of outlets / Matrices of matrices
- Subject: Re: Arrays of outlets / Matrices of matrices
- From: Thomas Deniau <email@hidden>
- Date: Sun, 10 Jun 2001 22:30:01 +0200
On dimanche, juin 10, 2001, at 10:01 , Henri Lamiraux wrote:
Look like you should be using a NSTableView not a NSMatrix.
From: Thomas Deniau <email@hidden>
Date: Sun, 10 Jun 2001 12:38:42 +0200
Excuse me for any grammar mistake, English isn't my native language.
Is it possible to make arrays of outlets ? or NSMatrices where each
cell
is itself a matrix ?
[...]
Each line is a separate NSMatrix to allow only one token by player.
So, can I make a big NSMatrix where each cell is a "row" NSMatrix ?
Or an array of outlets to matrices ?
The problem with NSTableView is that it doesn't allow only one selected
radio button by row ....
It isn't better than a big, two-dimensional NSMatrix.
And I don't need a data source ... NSTableView isn't necessary, and does
not solve my problems (to allow only one selected radio button by row
and to be able to manage (add, delete ....) rows quickly without a ton
of separate outlets).
Making an array of outlets isn't possible ?
Thanks,
--
Thomas Deniau