Easy enough to fix: [ string := 2000 factorial asString. WorldState addDeferredUIMessage: [ Transcript show: string ] ] forkAt: 40. You can't avoid that some large number is printed at some point. And that probably takes a while. On 22 November 2011 09:37, t olschewski <t-o@gmx.org> wrote:
hello. your suggestion
[ WorldState addDeferredUIMessage: [ ... ] ] forkAt: 40.
solves the problem of Transcript turning red, but now I can't suspend or terminate this process (>20000 factorial<, say) again, because the user interface seems to freeze while waiting for the result (or the Transcript output, more precisely).
-- View this message in context: http://forum.world.st/process-priority-tp4092574p4094886.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Lukas Renggli www.lukas-renggli.ch