Re: the recent versions

Juergen Schoenwaelder (schoenw@sol)
Sat, 22 Jan 94 17:24:55 +0100

Hi!

First of all many thanks for your comments. I am going to respond to
some of the little problems now.

Karl> The --with-tcl-include and --with-tcl-library options to the
Karl> configure script don't seem to work properly. If I have the
Karl> includes and libraries in non-default places, where they
Karl> aren't in the expected subdirectories of the directory
Karl> specified by the --prefix option, configure won't find them.

Hmm, it works fine for me. Did you specify both options with valid
settings? (The library directory is the one containing libtcl.a and
not TCL's script archive.)

Karl> I have also found that many times after discovering a route or
Karl> an IP network, many of the nodes, and even networks, are
Karl> somewhere on the canvas where I can't get to them with
Karl> resizing or by using the scrollbars. I can usually select
Karl> all, then group, and move the group around enough to get the
Karl> nodes onto the visible part of the canvas, but this can be
Karl> difficult, and I have sometimes managed to end up with the
Karl> collapsed group itself in a place where I can't find it. I
Karl> think I would like to be able to make the canvas much larger
Karl> than it currently is, but I assume this would create conflicts
Karl> with printing canvasses as postscript files on normally sized
Karl> pages.

Changing the paper size to DINA1 should give you a large canvas. The
map will get scaled down when printing canvasses as postscript files.
But your are absolutely right that it is possible to lose objects.
Perhaps I should not allow to move objects outside of the page
boundaries.

Karl> I have also found that saving a file while network monitoring
Karl> is running will restore spurious machine icons in the places
Karl> where CPU activity (and so forth) were being shown.

The next version will restore stripcharts as stripcharts etc.
Restarting running monitoring commands is a bit more difficult,
because I need to change the communication protocol between tkined and
it's scripts to implement this feature. But this is at the head of my
TODO list.

Karl> Also sometimes I will discover a route or discover a network
Karl> and, although it will find the nodes, it won't always create
Karl> the lines linking them to the networks, although the report of
Karl> the number of tkined objects created seems to indicated that
Karl> it thinks it found and created them.

There might be a problem if you have groups of grouped objects. But I
did not observe this problem discovering my test networks here. Can
you reproduce this bug and how you do it?

Karl> In any case, it's a great tool, and it really shows off the
Karl> power of Tcl and Tk. Thank you!!!!

Nice to know that you enjoyed it.

Juergen