Smalltalk
›
Squeak
›
Squeak - Dev
Search
everywhere
only in this topic
Advanced Search
bug on saving and restoring Morph from file
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
1 message
Nicola Mingotti
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
bug on saving and restoring Morph from file
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
Free forum by Nabble
Edit this page