swarm-support
[Top][All Lists]
Advanced

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

Re: Local list


From: Marcus G. Daniels
Subject: Re: Local list
Date: 16 Apr 2001 08:19:36 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "NG" == Nicolas Garrido <address@hidden> writes:

NG> I donĀ“t know why when i use this code i receive the runtime error
NG> message of handle_exceptions.

NG>   sampleList = [List createBegin:self];
NG>   [sampleList addLast: aConsumer];
NG>   [sampleList drop]; 

You need a -createEnd before you can add to the list.  Also, if you
use `self' as the Zone, you have to be sure that Swarm (or Zone subclass),
has also run -createEnd.

                  ==================================
   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]