home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / tcl / 2127 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.4 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!ukma!eng.ufl.edu!calusa.eel.ufl.edu!scot
  2. From: scot@calusa.eel.ufl.edu (Scott Miller)
  3. Newsgroups: comp.lang.tcl
  4. Subject: canvas, entry and fork questions
  5. Message-ID: <1992Dec16.181034.20704@eng.ufl.edu>
  6. Date: 16 Dec 92 18:10:34 GMT
  7. Sender: news@eng.ufl.edu (Usenet Diskhog System)
  8. Reply-To: scot@eel.ee.ufl.edu
  9. Organization: UF EE Department (Graduate Student)
  10. Lines: 37
  11.  
  12.  
  13. Hello,
  14.  
  15. First I would like to say that I am very impressed with
  16. tcl/tk. I am currently working on a interface builder for
  17. canvases. I have run into a few problems.
  18.  
  19. Scott Miller
  20.  
  21.  
  22. Question #1  
  23.  
  24. When a line has an arrow and I save the canvas, after I
  25. load the canvas the line is not the same size. It has been
  26. decreased by the size of the arrow. Why?
  27.  
  28.  
  29. Question #2
  30.  
  31. I would like to resize the checkbutton. I am able to resize
  32. the button using -width and -height but I cannot resize the
  33. on/off square. Currently I just use an blank bitmap to resize
  34. the square. 
  35.  
  36. Question #3
  37.  
  38. I have a entry box for text and a listbox for font on the same
  39. frame. When someone selects a font I configure the entry box to the new font. 
  40. When this occurs the whole frame is resized, since the entry box is
  41. resized to accomidate the new font. It appears the entry box sizes
  42. to whatever font is place in it. I would like to make a large entry
  43. box and not have it reconfigured for each font. Is this possible?
  44.  
  45.  
  46. Question #4
  47.  
  48. We would like to fork off a tcl process within a tcl script.
  49.