Ok, I load my morph.

I just implement "TextConstants class>>at: aSymbol" with: "^classPool at:
aSymbol".
Now all work good. But I want to now what really changed in TextConstants
stuff?


2011/3/29 Denis Kudriashov <[email protected]>

> Hello
>
> I have many morphs saved in files by smartReferenceStream. I doing it in
> pharo1.1 image.
> Now I want to load this objects to pharo1.2.
> When I doing this I have exception about absent TextConstants stuff. My
> saved Morph containes textMorph.
> I know pharo1.2 has textMorph refactored and TextConstants was removed.
>
> How old object can be migrated to new stuff? Is some rules exists?
> For example, when I import morph from file (created in pharo1.1) I see in
> debugger "TextConstants class at: index" where "index=#DefaultTabsArray"
>
> Best regards,
> Denis
>
>

Reply via email to