[squeak-dev] bug on saving and restoring Morph from file

Nicola Mingotti nmingotti at gmail.com
Thu Nov 21 05:39:04 UTC 2019


Example of non working code in Squeak 5.2

----
box := PasteUpMorph newInHand.
box color: (Color transparent).
box saveOnFile: '/home/p/download/morphOut1.morph'.
box delete.
Morph fromFileName:  '/home/p/download/morphOut1.morph'.
----

bye
Nicola
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20191120/065ebc14/attachment.html>


More information about the Squeak-dev mailing list