[BUG] Unsaveable Morphs with Scripts?

Karl Ramberg karl.ramberg at chello.se
Wed Nov 20 11:21:43 UTC 2002


Marcel Weiher wrote:
> 
> On Sunday, November 17, 2002, at 10:24  Uhr, Scott Wallace wrote:
> 
> > Which version of Squeak were you using?
> 
> It was a 3,2 #4959.  The Morph is an "active" collage created from a
> bunch of pictures taken with a digital camera.  The image was moved
> from another machine.
> 
> The first problem in saving were references to the external JPEG files
> that hadn't been moved with the image.  This was a bit strange because
> all the image data was stored internally in Forms anyway and the
> collage was and is fully functional.  Anyway, this resulted in
> walkbacks, which took a while to figure out.
> 
> There probably is an "abandon external references" menu item somewhere
> that I missed, but the only way I managed to get beyond this point was
> to zap the ResourceManager's list of known items.  This may very well
> have precipitated the further problems, because apparently the project
> later saved fine from the original machine.

I have encountered some issues with the exteral refferences to in
projects saving.
If you move the jpeg image to another folder it will sometimes stop the saving.
I think it was an issue with Squeak not being able to save jpegs, so
project saver
tries to find the original, and move it to a server. Squeak can write
jpegs now
and the external links don't have to be there at all.

Karl



More information about the Squeak-dev mailing list