[Q] Morphic - multiple processes

David T. Lewis lewis at mail.msen.com
Mon Nov 17 10:42:18 UTC 2003


On Sun, Nov 16, 2003 at 09:15:37PM -0800, Chris Muller wrote:
> 
> Can background processes update morph trees?  While adding 100 morphs to a list
> on the screen (and setScrollDeltas of its ScrollPane) using a background
> process I sometimes get an image crash.
> 
> This makes sense if the work for background process is conflicting with the UI
> process, but I couldn't tell whether there is a safe way to do it.
> 
> Is there?

WorldState addDeferredUIMessage: ["do some UI stuff"] 





More information about the Squeak-dev mailing list