swarm-support
[Top][All Lists]
Advanced

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

Re: Line graph selector with arguments


From: Marcus G. Daniels
Subject: Re: Line graph selector with arguments
Date: Sat, 10 Apr 1999 15:08:42 -0600 (MDT)

LM> I think the method below will always have the variable 
LM> set by setIntVar be "10"

Right. (How boneheaded of me..)

One possible workaround:

      SEL sels[] = { M(getUnhappiness), M(getGrumpiness) };

      [unhappyGraph createSequence: "Bug" 
                    withFeedFrom: aBug 
                    andSelector: sels[methodIndex]];

LM> I will try to add a method to the swarm 1.4.1 source,
LM> or do something ugly.

There is an internal typed-call-out function, dynamicCallOn, in
MessageProbe (used by EZGraph) that can do what you want.  However,
the advertised interface is icky -- string-based argument conversion
that is really only intended for the ProbeDisplays.  


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