[Q]SuperSwiki

Ned Konz ned at bike-nomad.com
Wed Jul 9 17:48:51 UTC 2003


On Wednesday 09 July 2003 10:43 am, Norberto Manzanos wrote:
> At 18:31 08/07/03 -0700, you wrote:
> >You should probably try running a copy of the plugin image from a
> >regular Squeak VM first (i.e. not in a browser) and seeing if you
> > can load the change set itself.
> >
> >You might want to get the development version of the plugin image
> > from Squeakland; this will include the changes file as well.
>
> Would you tell me where exactly is this version? I couldn't find
> it.
>

http://squeakland.org/plugin/installers/files.html

> >Chances are that something has changed between 3.2 and 3.4 that is
> >affecting you. Specifically, some class has probably gone away, or
> > is not present in the plugin image.
> >
> >What classes do you extend or subclass in your change set?
>
> I add some methods in class Character. I don't extend other class
> than Object. But I'm using the TrueTypeFont package, that extend
> some other classes. Perhaps the problem is here. I'm working on it.

That's going to be a problem, I think.

You'll need to include the TrueTypeFont changes in your project as 
well, or produce a version of the plugin image that has them 
preloaded.

And I'm not sure how well they'll load into a 3.2 image.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list