bug on saving and restoring Morph from file

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

bug on saving and restoring Morph from file

Nicola Mingotti
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