home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!hri.com!ukma!eng.ufl.edu!calusa.eel.ufl.edu!scot
- From: scot@calusa.eel.ufl.edu (Scott Miller)
- Newsgroups: comp.lang.tcl
- Subject: canvas, entry and fork questions
- Message-ID: <1992Dec16.181034.20704@eng.ufl.edu>
- Date: 16 Dec 92 18:10:34 GMT
- Sender: news@eng.ufl.edu (Usenet Diskhog System)
- Reply-To: scot@eel.ee.ufl.edu
- Organization: UF EE Department (Graduate Student)
- Lines: 37
-
-
- Hello,
-
- First I would like to say that I am very impressed with
- tcl/tk. I am currently working on a interface builder for
- canvases. I have run into a few problems.
-
- Scott Miller
-
-
- Question #1
-
- When a line has an arrow and I save the canvas, after I
- load the canvas the line is not the same size. It has been
- decreased by the size of the arrow. Why?
-
-
- Question #2
-
- I would like to resize the checkbutton. I am able to resize
- the button using -width and -height but I cannot resize the
- on/off square. Currently I just use an blank bitmap to resize
- the square.
-
- Question #3
-
- I have a entry box for text and a listbox for font on the same
- frame. When someone selects a font I configure the entry box to the new font.
- When this occurs the whole frame is resized, since the entry box is
- resized to accomidate the new font. It appears the entry box sizes
- to whatever font is place in it. I would like to make a large entry
- box and not have it reconfigured for each font. Is this possible?
-
-
- Question #4
-
- We would like to fork off a tcl process within a tcl script.
-