Index: doc/next-migration.txt =================================================================== diff -u -rb3018d3be0f1524a3f1709edc0e2ddb5d8bc4c0b -re81c69e53c56a298227bc9e349ff6918d03ef94a --- doc/next-migration.txt (.../next-migration.txt) (revision b3018d3be0f1524a3f1709edc0e2ddb5d8bc4c0b) +++ doc/next-migration.txt (.../next-migration.txt) (revision e81c69e53c56a298227bc9e349ff6918d03ef94a) @@ -2475,7 +2475,7 @@ Bar b1 ---------------- -==== Ignored Parameter definitions +==== Changing classes and superclasses NX does not define the methods +class+ and +superclass+ but allows to alter the class/superclass via +configure+. The class and superclass @@ -2486,8 +2486,11 @@ nx::Class create Foo Foo create f1 -# now oalter the class of object f1 +# now alter the class of object f1 f1 configure -class nx::Object + +# alternate approach via Next Scripting Framework +::nsf::relation f1 class ::nx::Object ----------------