diff -r 84ae04e0af72 -r 3436bfc555e0 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'