[Pharo-project] Fwd: I tried to load
Begin forwarded message:
From: "Gary Chambers" <gary@pinesoft.co.uk> Date: June 2, 2008 2:48:17 PM CEDT To: "stephane ducasse" <stephane.ducasse@free.fr> Subject: RE: I tried to load
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...
Regards, Gary.
-----Original Message----- From: stephane ducasse [mailto:stephane.ducasse@free.fr] Sent: 22 May 2008 6:13 PM To: Gary Chambers Subject: Re: I tried to load
Thanks I will check. I can load 60 without any problems.
Stef
Sounds like an MC load order problem again. The change was for double-dispatching of use of fill-styles back to the fill-style itself to support more complex/composite fill styles.
Best to try to load with the MCPackageLoader>>basicLoad modification and as few windows etc. as possible.
Let me know if your problems persist and I'll give it a go too.
Regards, Gary.
****************************************************************************************************************************************** This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. *******************************************************************************************************************************************
Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
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...
participants (2)
-
Adrian Lienhard -
Stéphane Ducasse