swarm-support
[Top][All Lists]
Advanced

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

Re: Thinking of coloring my heatbugs


From: Marcus G. Daniels
Subject: Re: Thinking of coloring my heatbugs
Date: 04 Feb 1998 09:34:08 -0800

>>>>> "PJ" == Paul E Johnson <address@hidden> writes:

PJ> Oh, incidentally, what does this code do??? (from
PJ> HeatbugObserverSwarm):

 CREATE_ARCHIVED_PROBE_DISPLAY (heatbugModelSwarm);
 CREATE_ARCHIVED_PROBE_DISPLAY (self);

It creates probe displays for the model and observer swarms, deriving
the window-geometry archiving key from the instance variable names.
(`self' is converted into a class name, e.g. HeatbugObserverSwarm).

In the past (without archiving) the same thing was done this way:

  [probeDisplayManager createProbeDisplayFor: heatbugModelSwarm];
  [probeDisplayManager createProbeDisplayFor: self];


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