If you load the code programmatically, then there exists another, simple solution to ignore the progress bar which does not require to change the MC package loader. I added this to the ScriptLoader (that is the class with the update scripts that we used in 3.9 and now in Pharo). Have a look at ScriptLoader>>loadTogether:merge:silently:. I have not tested it with UIEnhancements yet but it solved the problem of loading a package with truetype font changes IIRC. Cheers, Adrian On Jun 2, 2008, at 16:14 , Stéphane Ducasse wrote:
Had a go with Pharo today. UI Enhancements loads OK provided MCPackageLoader>>basicLoad is modified to prevent the display of progress while processing the additions.
I'm thinking of some way of flaging a package for this, though MC would need quite a few changes to handle it. Perhaps pick up an extra field in the package dictionary of the mcz and, somehow, pass along to the PackageLoader...