![]() Squeak Smalltalk : Tools Tricks Usage : ![]() Monticello Initialize Postscript |
> is there a post loading action in MC at the package level? You can use a class-side initialize method for this. What I do is to have a top-level "install" package, mostly empty except for a PackageInfo subclass. This PI subclass has a class-side initialize method that does post-load stuff. Its initialize method shouldn't be called until after all the code is loaded.