Problems with scotty on HP-UX 9.05

Mark Newnham (mark.n@usa.net)
Wed, 5 Feb 1997 16:05:54 +0000

I continue to have a problem with the tkined display on HP-UX 9.05,

It appears that tkined is not interpreting the X co-ordinate of an
object correctly. for example.

#!/bin/sh
## This file was created by tkined version 1.4.4 >> DO NOT EDIT <<
##
## This may look like TCL code but it is definitely not! \
exec tkined "$0" "$@"

ined page A4 landscape

set node1 [ ined -noupdate create NODE ]
ined -noupdate move $node1 102.00 146.00
ined -noupdate icon $node1 machine
ined -noupdate font $node1 fixed
ined -noupdate name $node1 node1
ined -noupdate label $node1 name

The X coordinate is not interpreted, the Y co-ordinate works
correctly. The X coordinate for the icon appears to default to about 50.

Any change to the X axis number, either to a negative or positive or
0, results in the same effect.

With the following example

#!/bin/sh
## This file was created by tkined version 1.4.4 >> DO NOT EDIT <<
##
## This may look like TCL code but it is definitely not! \
exec tkined "$0" "$@"

ined page A4 landscape

set node1 [ ined -noupdate create NODE ]
ined -noupdate move $node1 ZZZ 146.00
ined -noupdate icon $node1 machine
ined -noupdate font $node1 fixed
ined -noupdate name $node1 node1
ined -noupdate label $node1 name

The X and Y axis for the icon are placed at 0,0 - I assume because the ined move
function is erroring out and not trying to influence of the icon

This might imply a problem with move function.

Has anybody any idea why this might happen.

Mark Newnham
---------------------------------------------------
Application Design Associates,Inc
6021 S. Syracuse Way, #302 Englewood,CO,80111 USA
Phone +1 (303) 779-8958 Fax +1 (303) 779-0949

You have not changed your default password. Please login to http://netaddress.usa.net/ to start using NetAddress

--
!! 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.