Problem with entry widget in 3.99.1

From: Grant Edwards <grante_at_reddwarf.frco.com>
Date: Wed, 13 May 1998 13:58:38 -0500

I just built and installed 3.99.1 under Solaris 2.5.1, and the following
script works under 3.1.1 but not 3.99.1

  (define s "hi there")
  (pack (entry '.e :textvariable 's))

Under 3.1.1 the entry widget displays "hi there" and allows me to edit the
string -- and if the variable s is changed, that change is reflected in the
entry widget.

Under 3.99.1 the widget displays "s" and doesn't allow it to be changed.

What did I do wrong?

-- 
Grant Edwards
Rosemount Inc.
grante_at_rosemount.com
Received on Wed May 13 1998 - 20:05:20 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST