Re: Need Help !

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Mon, 17 Mar 1997 15:09:35 +0100

stakv@ispras.ru (Antipin Konstantin) said:

Antipin> I would be very obliged , if somebody helped me to
Antipin> understand some vagueness with tkined "ined" command.

Antipin> First of all, I didn't quite understand how the "id"
Antipin> of the object is being set when I create it ? Is it
Antipin> returned as a result of the command "ined create.."
Antipin> And how can I reach it ?It's not clear from the man
Antipin> page .

The id is returned by the "ined create" command. For example, you
could write:

set id [ined create NODE]
ined move $id 50 50

There are lots of examples like this in the distribution (see the
files in tkined/apps/).

Antipin> Second, what's the "BLT" extension of tcl.My problem
Antipin> is that I can't display the results of my program for
Antipin> statisticsin in a big top-level vindow, but only in a
Antipin> tiny STRIPCHART. The man page says,that the GRAPH is
Antipin> being maped to STRIPCHART if the tcl's "BLT" extension
Antipin> is absent. Could you tell me what version of tcl is
Antipin> equiped with this feature ? (I use tcl7.5).

BLT is an extension of Tcl and you have to fetch and install it if you
want to use it. It is not part of Tcl or Tk.

Antipin> And finally it seems to me that the man page is
Antipin> somewhat "cut" (may be, I am wrong) but I can't catch
Antipin> the meening of such specification in the man page : {
Antipin> MENU <id> <name> <list of

This is a typesetting error. Look at the manual source in the doc
subdirectory to see the complete argument list. This problem will be
fixed in the next version.
Juergen

-- 
Juergen Schoenwaelder schoenw@cs.utwente.nl http://www.cs.utwente.nl/~schoenw
Computer Science Department, University of Twente,   (Fax: +31-53-489-3247)
P.O. Box 217, NL-7500 AE Enschede, The Netherlands.  (Tel. +31-53-489-3678)
--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.