change mechanism for opening the dataset builder
authorca
Mon, 11 May 1998 10:43:01 +0200
changeset 819 b48899f22b61
parent 818 5bd68980f09a
child 820 e967a1359d77
change mechanism for opening the dataset builder
UIPainter.st
--- a/UIPainter.st	Mon May 11 10:41:34 1998 +0200
+++ b/UIPainter.st	Mon May 11 10:43:01 1998 +0200
@@ -1833,9 +1833,10 @@
 
     editor := DataSetBuilder new.
     editor masterApplication:self.
-    editor columns:self specTool specification columns fromView:(self layoutTool layoutView).
+"/    editor columns:self specTool specification columns.
     editor rowClassName:(self specTool specification rowClassName).
-    editor openModal.
+    editor openModalOnResourceSpec:(self specTool specification columns).
+"/    editor openModal.
 
     editor hasChanged ifTrue:[
         self specTool specification columns:(editor columns).