<div dir="ltr"><div class="gmail_quote">On Mon, Sep 29, 2008 at 7:57 AM, Mark Volkmann <span dir="ltr">&lt;<a href="mailto:mark@ociweb.com">mark@ociweb.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word"><div><div class="Ih2E3d"><div>On Sep 29, 2008, at 6:00 AM, Marcin Tustin wrote:</div><br><blockquote type="cite">The initialize method on the class side will be called only when *the class* is initialised. You are thinking of the instance-side initialize method which is called each time you create an instance. </blockquote>
<div><br></div></div><div>Wow. I wasn&#39;t aware that there was both a class and instance initialize method. Thanks for explaining that!</div><div><br></div><div>What causes the class initialize method to be invoked ... and reinvoked after I change it?</div>
</div></div></blockquote><div><br></div><div>You have to explicitly call MyClass&gt;&gt;initialize after you change it. &nbsp;If you create a Monticello package, it also gets invoked after first loading the class...</div><div>
<br></div><div>Rob</div></div></div>