Monitoring Transcript progress from UI Process

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Monitoring Transcript progress from UI Process

Chris Muller-3
Greetings, I am a Pharo newbie.  What a nice image!

One of the things I'd like to do is monitor the Magma test-suite while
it runs; Magma intercepts Notifications from its test suite code to
simply Transcript show: them by default.

But the Transcript doesn't render them while the UI process is busy,
as the following demonstrates:

  "Screen doesn't update until entire script is complete.."
  World findATranscript: nil.
  1 to: 100 do: [ : n | Transcript cr; show: n; endEntry ]

I also tried a World doOneCycleNow but it blows up..  Doesn't seem
right anyway..

Thanks,
  Chris

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monitoring Transcript progress from UI Process

Miguel Cobá
El sáb, 15-08-2009 a las 17:05 -0500, Chris Muller escribió:

> Greetings, I am a Pharo newbie.  What a nice image!
>
> One of the things I'd like to do is monitor the Magma test-suite while
> it runs; Magma intercepts Notifications from its test suite code to
> simply Transcript show: them by default.
>
> But the Transcript doesn't render them while the UI process is busy,
> as the following demonstrates:
>
>   "Screen doesn't update until entire script is complete.."
>   World findATranscript: nil.
>   1 to: 100 do: [ : n | Transcript cr; show: n; endEntry ]
>
> I also tried a World doOneCycleNow but it blows up..  Doesn't seem
> right anyway..

Check this:

http://code.google.com/p/pharo/issues/detail?id=1053

>
> Thanks,
>   Chris
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
--
Miguel Cobá
http://miguel.leugim.com.mx


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project