MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: FW: Monte Carlo status indicator

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54215] Re: FW: Monte Carlo status indicator
  • From: David Bailey <dave at Remove_Thisdbailey.co.uk>
  • Date: Sun, 13 Feb 2005 22:17:03 -0500 (EST)
  • References: <cump8c$3th$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Just a minor point. It is more useful to use the definition:

writeStatusLine[x___]:=
     LinkWrite[$ParentLink,
       SetNotebookStatusLine[EvaluationNotebook[],
         StringJoin@@Map[ToString,{x}]]];

That way, you can output several arguments at once.

This is one of those things WRI really should bundle into a function - 
they have supplied the status line, and the means to set it, then they 
don't tell anyone!

David Bailey
dbaileyconsultancy.co.uk


  • Prev by Date: 2D-Plot Colorings
  • Next by Date: Re: temporary file location
  • Previous by thread: FW: Monte Carlo status indicator
  • Next by thread: Re: Monte Carlo status indicator