swarm-support
[Top][All Lists]
Advanced

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

Re: Window positioning of multiple probes with same name


From: Marcus G. Daniels
Subject: Re: Window positioning of multiple probes with same name
Date: 09 Sep 1999 20:47:14 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "TK" == tking  <address@hidden> writes:

TK> I am using the command

TK> CREATE_ARCHIVED_PROBE_DISPLAY (self);

TK> in the .m file for the probe (and also in ObserverSwarm.m).  This
TK> puts the position in the .swarmArchiver file, but it only saves
TK> the x,y positon of the last created probe. 

With this macro, the name associated with the probe is derived
from the argument, "self".  But in order to save the positions of
different probes, you have to associate each probe with a different name.
The easiest way to do this is to make CREATE_ARCHIVED_PROBE_DISPLAY calls
`up' a level where (presumably) there are different ivars for the
different objects you want to instrument.  

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