MathGroup Archive 2012

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

Search the Archive

Re: Message from running program

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127621] Re: Message from running program
  • From: "Harker, Anthony" <a.harker at ucl.ac.uk>
  • Date: Wed, 8 Aug 2012 21:33:20 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <20120808071524.94E886824@smc.vnet.net>

 You can use the status area: here's a trivial example.


Do[Pause[0.1];
 SetOptions[EvaluationNotebook[],
  WindowStatusArea -> "Iteration number " <> ToString[i]], {i, 1, 50}]

   Tony Harker

]-> -----Original Message-----
]-> From: Dr. Wolfgang Hintze [mailto:weh at snafu.de]
]-> Sent: 08 August 2012 08:15
]-> To: mathgroup at smc.vnet.net
]-> Subject: Message from running program
]->
]-> Hello group,
]->
]-> I'm sure this is a "classic":
]->
]-> Is there a possibility of showing the progress of a program which is better
]-> than filling the screen with  scrolling Print[] lines?
]->
]-> For instance
]-> - Print in the same location on the screen
]-> - Issue a message in the warning box so that it remains in the same place
]->
]-> Any help is greatly appreciated.
]->
]-> Best regards,
]-> Wolfgang
]->





  • Prev by Date: Re: Simplify Binomial
  • Next by Date: Text Alignment in Graphics[]
  • Previous by thread: Message from running program
  • Next by thread: Xcode and command line tools