swarm-support
[Top][All Lists]
Advanced

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

DIsplay problem again


From: sabeeha
Subject: DIsplay problem again
Date: Thu, 11 May 2000 12:14:33 -0500

hi,
I have a question to ask, my code is like this:

 for(i=0;i < 2; i++){ 
    sprintf(name,"IdeaC%d",i);

    [mSwarm setIndex:i];
    [agentGraph4 createSequence: name
                 withFeedFrom: mSwarm   
                        andSelector: M(getTargetNumberOfTimesInStock)];
}

when I update agentGraph4 (i.e agentGraph4 step) the function
"getTargetNumberOfTimesInStock " is called 4 times!!Can anybody explain
why? I think it should be called only twice because there are only 2 sequences.

thankyou for the help.

-sabeeha


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