<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: StartUpList</title></head><body>
<div>Hi, Bob,</div>
<div><br></div>
<div>(1)&nbsp; To see which classes are in the StartUpList,
evaluate:</div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>SystemDictionary classPool at: #StartUpList</div>
<div><br></div>
<div><br></div>
<div>(2)&nbsp; To see the *code* that is run on behalf of these
classes at start-up time, browse implementors of #startUp.&nbsp;&nbsp;
In the resulting message-list, look only at the class-side #startUp
methods that are associated with the classes that are in the
StartUpList, as revealed in step 1.</div>
<div><br></div>
<div>[There will also be eight or ten *instance-side* #startUp methods
in the implementors-of-startUp message-lis, such as for PopUpMenu, but
these are not part of the system startup process, and can be ignored
for this exercise.]</div>
<div><br></div>
<div><br></div>
<div>Cheers,</div>
<div><br></div>
<div>&nbsp; -- Scott</div>
<div><br></div>
<div><br></div>
<div>At 10:43 PM +0000 2/9/06, Cowdery, Bob [UK] wrote:</div>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">I started to
wonder what was actually running in my image. After a bit of hunting
around I found the Smalltalk addToStartUpList etc but I couldn't see
how to look at the list to see what was being started. Is there a
method for this or some indirect way to get there?</font></blockquote>
</body>
</html>