Norbert Hartl wrote: > > The initialization of ExternalWebBrowser does a Smalltalk > addToStartUpList: self. >
Ha ha, I didn't know about startUp. I thought "why the heck is it called startUp"... and changed it to initializeMe! Playing with the image, and thanks to your comment, I just got an interesting education on registering for startup and shutdown - thanks! I'm adding some info to SmalltalkImage's class comment and writing up some sample code. So now the question is: is it better to lazily load external projects required for other platforms, or load them all when you (most probably) have an internet connection? Sean -- View this message in context: http://forum.world.st/Loading-platform-specific-code-tp2318610p2318906.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com. _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
