Feb. 25, 2009
6:37 p.m.
2009/2/25 Matthew Fulmer <tapplek@gmail.com>:
Don't mess with morphic from threads other than the UI thread. Don't add morphs. Don't run World doOneCycle.
Ah, the black art of Morph... Thanks for the tip bellow, it helps a lot.
The proper way to do this is to inject events into the UI thread:
WorldState addDeferedUIMessage: [MyMorph new openInWorld]
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project