Re: Progess bar in Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg79916] Re: Progess bar in Mathematica
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 9 Aug 2007 05:08:01 -0400 (EDT)
- Organization: Uni Leipzig
- References: <f9c08h$5n9$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, SetNotebookStatus[status__] := Module[{str}, str=(# /. Except[_String,a_]:> ToString[a]) & /@ {status}; str =StringJoin @@ str; LinkWrite[$ParentLink, SetNotebookStatusLine[FrontEnd`EvaluationNotebook[], str]] ] Regards Jens Dr. Wolfgang Hintze wrote: > Is it possible to generate a kind of progess indicator in Mathematica? > I could use Print[] but this scrolls the screen. > > Im looking for something like > > Application.StatusBar = "Please be patient..." > > in Visual Basic for Applications for Excel. > > Any hints are greatly appreciated. > > Regards, > Wolfgang >