swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error in Making a List in a new object.


From: Andrew Boyd
Subject: Re: Error in Making a List in a new object.
Date: Tue, 03 Aug 1999 15:30:45 -0500

Hi,
   Thanks  I had been getting reproducible errors with createEnd being called, 
so I inadvertently been commenting the createEndout.  With the plain create it 
seems to work great.  

Thanks Again for the help
Andy Boyd
UT Southwestern Medical Center

<<< Marcus G. Daniels <address@hidden>  8/ 3  3:23p >>>
>>>>> "AB" == Andrew Boyd <address@hidden> writes:

AB> Hi, I have tried removing: [superBuildObjects] I was not sure if
AB> that line was needed. 

The only way I can see how you'd get that error would be if
somehow your ModelSwarm was still in creating phase, e.g. 

  obj = [CellModelSwarm createBegin: globalZone];

instead of:

  obj = [CellModelSwarm create: globalZone];

In your ModelSwarm, has -createEnd been called before you call
-createCompList?

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]