May 29, 2012
6:04 p.m.
trues := 0. [ (1 to: 200000000) do: [ :e | " (Delay forMilliseconds: 100) wait." e \\ 1000000 == 0 ifTrue: [ trues := trues + 1 ] ]. m delete ] fork. I thought I would have to uncomment the #wait to give the UI a chance to update, but it works as is... -- View this message in context: http://forum.world.st/How-does-the-UI-update-during-this-block-tp4632333.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.