Re: "In progress" saving of data collected using Reap/Sow
- To: mathgroup at smc.vnet.net
- Subject: [mg66140] Re: "In progress" saving of data collected using Reap/Sow
- From: "Chris Chiasson" <chris.chiasson at gmail.com>
- Date: Sun, 30 Apr 2006 04:22:11 -0400 (EDT)
- References: <e2v5pu$n64$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
What about using print statements, especially to write to a notebook status line? I found this code in an old thread: ShowStatus[status_] := If[ Head[$FrontEnd]===FrontEndObject, LinkWrite[ $ParentLink, SetNotebookStatusLine[FrontEnd`EvaluationNotebook[], ToString[status]] ] , Print[status]; ]; thread at: http://groups.google.com/group/comp.soft-sys.math.mathematica/browse_thread/thread/40a5bec0dcb8420c/6d15a403f90010d2?q=status+bar&rnum=1#6d15a403f90010d2