home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.tcl
- Path: sparky!uunet!uunet.ca!choreo!news
- From: news@choreo.ca (Choreo NetNews Administration Account(Ottawa))
- Subject: problems clearing text widget
- X-Disclaimer: This news article was written by an employee or customer of
- Choreo Systems Inc., and does not necessarily reflect the
- opinions or views of the Managament of Choreo Systems Inc.
- Organization: Choreo Systems, Ottawa Canada
- Date: Mon, 04 Jan 1993 16:34:13 GMT
- Message-ID: <1993Jan04.163413.1861@choreo.ca>
- Lines: 16
-
- I have an app which does a serahc through some tables based upon the info
- provided byt he user in an entry widget. How can I dynamically remove the
- value of the entry widget and refresh the widget so that the previous valus
- is gone?
-
- Currently, I'm using
- .label_and_text.text select clear
- .label_and_text.text configure -text ""
-
- which doesn't do what I want.
-
- Thanks for the info.
-
- Chris
- chare@choreo.ca
-
-