*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 16 Jan 1997 11:11:20 +0100
changeset 279 3d96c6f3e588
parent 278 4a22889a5730
child 280 3936f0839b64
*** empty log message ***
ComboBoxV.st
ComboBoxView.st
--- a/ComboBoxV.st	Tue Jan 14 19:49:14 1997 +0100
+++ b/ComboBoxV.st	Thu Jan 16 11:11:20 1997 +0100
@@ -140,7 +140,7 @@
 
 initializeField
     field := EditField in:self.
-    field model:('' asValue).
+    field model:(ValueHolder newString).
 
     "
      all of my input goes to the enterfield
@@ -155,8 +155,8 @@
      b open
     "
 
-    "Modified: 9.2.1996 / 20:06:08 / cg"
     "Created: 28.2.1996 / 15:07:51 / cg"
+    "Modified: 16.1.1997 / 00:50:29 / cg"
 ! !
 
 !ComboBoxView methodsFor:'user interaction'!
@@ -176,5 +176,5 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboBoxV.st,v 1.10 1997-01-09 11:57:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboBoxV.st,v 1.11 1997-01-16 10:11:20 cg Exp $'
 ! !
--- a/ComboBoxView.st	Tue Jan 14 19:49:14 1997 +0100
+++ b/ComboBoxView.st	Thu Jan 16 11:11:20 1997 +0100
@@ -140,7 +140,7 @@
 
 initializeField
     field := EditField in:self.
-    field model:('' asValue).
+    field model:(ValueHolder newString).
 
     "
      all of my input goes to the enterfield
@@ -155,8 +155,8 @@
      b open
     "
 
-    "Modified: 9.2.1996 / 20:06:08 / cg"
     "Created: 28.2.1996 / 15:07:51 / cg"
+    "Modified: 16.1.1997 / 00:50:29 / cg"
 ! !
 
 !ComboBoxView methodsFor:'user interaction'!
@@ -176,5 +176,5 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.10 1997-01-09 11:57:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.11 1997-01-16 10:11:20 cg Exp $'
 ! !