home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / tcl / 2219 < prev    next >
Encoding:
Text File  |  1992-12-22  |  813 b   |  28 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 with options
  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: Tue, 22 Dec 1992 18:19:00 GMT
  10. Message-ID: <1992Dec22.181900.600@choreo.ca>
  11. Lines: 15
  12.  
  13. I am trying to set the color of my widget using
  14.  
  15. .labe_and_text configure -foreground blue
  16.  
  17. but I get the error message when running this script
  18.  
  19. unknown option "-foreground"
  20.    while executing
  21. .labe_and_text configure -foreground blue
  22.  
  23.  
  24. What does this mean, and how do I fix it?
  25.  
  26. Thanks
  27.  
  28.