Improving Minimal initialization (was Re: RV: [ANN] Kernel image and the Rest of Squeak package for Squeak 7061)

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Mon Sep 25 22:28:22 UTC 2006


More on having Minimal suited to user wish.

As official restoring of Preferences do not work , I use .

In Squeak3.9g-7061.image:

Type in a workspace:

Preferences inspectPreferences

In lower pane type :

self saveOnFile "I choose Preferences.obj as name"

In MinimalImage-7061b.image

Type in a workspace:

|inputStream anObject |
inputStream _ FileStream oldFileNamed: 'Preferences.obj'.
anObject _ inputStream fileInObjectAndCode.
inputStream close.

Preferences dictionaryOfPreferences: anObject

Presto, your have your loved preferences back !!

Edgar



	
	
		
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas




More information about the Squeak-dev mailing list