[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: [zzdev] Test if cell exists by ID
- To: Phil Mercurio <mercurio@xxxxxxx>
- Subject: Re: [zzdev] Test if cell exists by ID
- From: Tuomas Lukka <lukka@xxxxxxxxxx>
- Date: Mon, 14 May 2001 20:07:49 +0300
- Cc: zzdev@xxxxxxxxxx
- In-reply-to: <5.1.0.14.0.20010513213104.00a2ca80@xxxxxxxxxxxx>; from mercurio@xxxxxxx on Sun, May 13, 2001 at 09:34:57PM -0700
- Mail-followup-to: Phil Mercurio <mercurio@xxxxxxx>, zzdev@xxxxxxxxxx
- References: <5.1.0.14.0.20010513213104.00a2ca80@xxxxxxxxxxxx>
On Sun, May 13, 2001 at 09:34:57PM -0700, Phil Mercurio wrote:
> Is there a way to test if a cell of a given ID already
> exists? I'm looking for something like ZZSpace.getCellByID(),
> but that doesn't create the cell if it doesn't
> already exist.
That part of the current implementation's mechanism is not
very well thought out. This is one of the things we hope to do better
in our next attempt, to be found in the src/ directory in CVS.
Tuomas