ProcessMonitorV2.st
changeset 6010 96badd4eebec
parent 5938 482ef199ebdb
child 6042 1ff91f63c1b7
--- a/ProcessMonitorV2.st	Mon Sep 13 16:57:00 2004 +0200
+++ b/ProcessMonitorV2.st	Tue Sep 14 14:50:37 2004 +0200
@@ -627,35 +627,6 @@
               verticalSpacing: 0
               postBuildCallback: postBuildProcessTable:
             )
-           (ArrowButtonSpec
-              name: 'ArrowButton1'
-              layout: (LayoutFrame -22 1 -22 1 0 1 0 1)
-              model: increaseupdateListDelayTime
-              enableChannel: enableIncreaseListDelayTime
-              isTriggerOnDown: true
-              autoRepeat: true
-              actionValue: ''
-              direction: right
-            )
-           (InputFieldSpec
-              name: 'EntryField1'
-              layout: (LayoutFrame -66 1 -22 1 -22 1 0 1)
-              model: updateListDelayTime
-              acceptOnReturn: true
-              acceptOnTab: true
-              acceptOnLostFocus: true
-              acceptOnPointerLeave: false
-            )
-           (ArrowButtonSpec
-              name: 'ArrowButton2'
-              layout: (LayoutFrame -88 1 -22 1 -66 1 0 1)
-              model: decreaseupdateListDelayTime
-              enableChannel: enableDecreaseListDelayTime
-              isTriggerOnDown: true
-              autoRepeat: true
-              actionValue: ''
-              direction: left
-            )
            (LabelSpec
               label: 'Update List Delay:'
               name: 'Label1'
@@ -670,34 +641,85 @@
               translateLabel: true
               adjust: right
             )
-           (ArrowButtonSpec
-              name: 'ArrowButton3'
-              layout: (LayoutFrame -273 1 -22 1 -251 1 0 1)
-              model: increaseupdateContentsDelayTime
-              enableChannel: enableIncreaseContentsDelayTime
-              isTriggerOnDown: true
-              autoRepeat: true
-              actionValue: ''
-              direction: right
+           (ViewSpec
+              name: 'Box1'
+              layout: (LayoutFrame -339 1 -22 1 -249 1 0 1)
+              level: -1
+              component: 
+             (SpecCollection
+                collection: (
+                 (ArrowButtonSpec
+                    name: 'ArrowButton3'
+                    layout: (LayoutFrame 0 0 0 0 20 0 20 0)
+                    model: increaseupdateContentsDelayTime
+                    enableChannel: enableIncreaseContentsDelayTime
+                    isTriggerOnDown: true
+                    autoRepeat: true
+                    actionValue: ''
+                    direction: right
+                  )
+                 (InputFieldSpec
+                    name: 'EntryField2'
+                    layout: (LayoutFrame 22 0 0 0 66 0 20 0)
+                    model: updateContentsDelayTime
+                    acceptOnReturn: true
+                    acceptOnTab: true
+                    acceptOnLostFocus: true
+                    acceptOnPointerLeave: false
+                  )
+                 (ArrowButtonSpec
+                    name: 'ArrowButton4'
+                    layout: (LayoutFrame 68 0 0 0 89 0 20 0)
+                    model: decreaseupdateContentsDelayTime
+                    enableChannel: enableDecreaseContentsDelayTime
+                    isTriggerOnDown: true
+                    autoRepeat: true
+                    actionValue: ''
+                    direction: left
+                  )
+                 )
+               
+              )
             )
-           (InputFieldSpec
-              name: 'EntryField2'
-              layout: (LayoutFrame -317 1 -22 1 -273 1 0 1)
-              model: updateContentsDelayTime
-              acceptOnReturn: true
-              acceptOnTab: true
-              acceptOnLostFocus: true
-              acceptOnPointerLeave: false
-            )
-           (ArrowButtonSpec
-              name: 'ArrowButton4'
-              layout: (LayoutFrame -339 1 -22 1 -317 1 0 1)
-              model: decreaseupdateContentsDelayTime
-              enableChannel: enableDecreaseContentsDelayTime
-              isTriggerOnDown: true
-              autoRepeat: true
-              actionValue: ''
-              direction: left
+           (ViewSpec
+              name: 'Box2'
+              layout: (LayoutFrame -89 1 -21 1 1 1 1 1)
+              level: -1
+              component: 
+             (SpecCollection
+                collection: (
+                 (ArrowButtonSpec
+                    name: 'ArrowButton5'
+                    layout: (LayoutFrame 0 0 0 0 20 0 20 0)
+                    model: increaseupdateListDelayTime
+                    enableChannel: enableIncreaseListDelayTime
+                    isTriggerOnDown: true
+                    autoRepeat: true
+                    actionValue: ''
+                    direction: right
+                  )
+                 (InputFieldSpec
+                    name: 'EntryField3'
+                    layout: (LayoutFrame 22 0 0 0 66 0 20 0)
+                    model: updateListDelayTime
+                    acceptOnReturn: true
+                    acceptOnTab: true
+                    acceptOnLostFocus: true
+                    acceptOnPointerLeave: false
+                  )
+                 (ArrowButtonSpec
+                    name: 'ArrowButton6'
+                    layout: (LayoutFrame 68 0 0 0 89 0 20 0)
+                    model: decreaseupdateListDelayTime
+                    enableChannel: enableDecreaseListDelayTime
+                    isTriggerOnDown: true
+                    autoRepeat: true
+                    actionValue: ''
+                    direction: left
+                  )
+                 )
+               
+              )
             )
            )
          
@@ -2853,5 +2875,5 @@
 !ProcessMonitorV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.20 2004-07-03 17:40:59 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.21 2004-09-14 12:50:37 cg Exp $'
 ! !