checkin from browser
authorClaus Gittinger <cg@exept.de>
Sat, 20 Mar 1999 17:46:22 +0100
changeset 1073 3436bfc555e0
parent 1072 84ae04e0af72
child 1074 49ef9991d1d5
checkin from browser
DataSetBuilder.st
--- a/DataSetBuilder.st	Sat Mar 20 16:23:42 1999 +0100
+++ b/DataSetBuilder.st	Sat Mar 20 17:46:22 1999 +0100
@@ -321,16 +321,19 @@
     ^
      
        #(#FullSpec
+          #name: #basicsEditSpec
           #window: 
            #(#WindowSpec
               #name: 'DataSet Basic'
-              #layout: #(#LayoutFrame 216 0 173 0 538 0 499 0)
+              #layout: #(#LayoutFrame 18 0 158 0 340 0 484 0)
               #level: 0
               #label: 'DataSet Basic'
               #min: #(#Point 10 10)
               #max: #(#Point 1280 1024)
-              #bounds: #(#Rectangle 216 173 539 500)
+              #bounds: #(#Rectangle 18 158 341 485)
               #usePreferredExtent: false
+              #returnIsOKInDialog: true
+              #escapeIsCancelInDialog: true
           )
           #component: 
            #(#SpecCollection
@@ -356,11 +359,11 @@
                               #tabable: true
                               #model: #label
                               #type: #smalltalkObject
-                              #immediateAccept: true
+                              #immediateAccept: false
                               #acceptOnLeave: true
                               #acceptOnLostFocus: true
+                              #acceptChannel: #acceptChannel
                               #modifiedChannel: #modifiedChannel
-                              #acceptChannel: #acceptChannel
                           )
                            #(#LabelSpec
                               #name: 'LabelFont'
@@ -422,9 +425,9 @@
                               #activeHelpKey: #basicsLabelId
                               #tabable: true
                               #model: #id
-                              #modifiedChannel: #modifiedChannel
+                              #acceptOnLostFocus: true
                               #acceptChannel: #acceptChannel
-                              #acceptOnLostFocus: true
+                              #modifiedChannel: #modifiedChannel
                           )
                         )
                     )
@@ -466,11 +469,11 @@
                               #tabable: true
                               #model: #editorType
                               #type: #symbolOrNil
+                              #acceptOnLostFocus: true
+                              #acceptChannel: #acceptChannel
+                              #modifiedChannel: #modifiedChannel
                               #comboList: #editorTypeList
                               #useIndex: false
-                              #modifiedChannel: #modifiedChannel
-                              #acceptChannel: #acceptChannel
-                              #acceptOnLostFocus: true
                           )
                            #(#LabelSpec
                               #name: 'JustificationC'