swarm-support
[Top][All Lists]
Advanced

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

Re: invalid receiver type 'void'


From: Marcus G. Daniels
Subject: Re: invalid receiver type 'void'
Date: 27 Apr 2001 13:33:50 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

>>>>> "KV" == Krishnan Viswanathan <address@hidden> writes:

KV> The relevant code for this is: 
KV> traderElement = [wealthGraph createElement]; 
KV> [[[traderElement setLabel: "all traders"] setColor: "black"] setWidth: 3];

Change it to:

KV> traderElement = [wealthGraph createElement]; 
KV> [traderElement setLabel: "all traders"]
KV> [traderElement setColor: "black"]
KV> [traderElement setWidth: 3];

(I think I sent Paul a patch for this.  You probably can get it from CVS.)

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