home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / tcl / 2289 < prev    next >
Encoding:
Text File  |  1993-01-04  |  948 b   |  29 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!uunet.ca!choreo!news
  3. From: news@choreo.ca (Choreo NetNews Administration Account(Ottawa))
  4. Subject: problems clearing text widget
  5. X-Disclaimer:  This news article was written by an employee or customer of
  6.                Choreo Systems Inc., and does not necessarily reflect the
  7.                opinions or views of the Managament of Choreo Systems Inc.
  8. Organization: Choreo Systems, Ottawa Canada
  9. Date: Mon, 04 Jan 1993 16:34:13 GMT
  10. Message-ID: <1993Jan04.163413.1861@choreo.ca>
  11. Lines: 16
  12.  
  13. I have an app which does a serahc through some tables based upon the info
  14. provided byt he user in an entry widget.  How can I dynamically remove the
  15. value of the entry widget and refresh the widget so that the previous valus
  16. is gone?  
  17.  
  18. Currently, I'm using
  19.    .label_and_text.text select clear
  20.    .label_and_text.text configure -text ""
  21.  
  22. which doesn't do what I want.
  23.  
  24. Thanks for the info.
  25.  
  26. Chris
  27. chare@choreo.ca
  28.  
  29.