Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scripted mobility for nodes not on the current canvas causes a gui error #276

Open
GoogleCodeExporter opened this issue Aug 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. load sample1.imn
2. create a new canvas
3. select nodes n5, n6, n7, n8, n9, wlan10 and move them to Canvas2.
4. start the session

What is the expected output? What do you see instead?

An Application Error occurs:

missing operand at _@_
in expression "(672.0 - _@_)"
missing operand at _@_
in expression "(672.0 - _@_)"
    (parsing expression "(672.0 - )")
    invoked from within
"expr ($xpos - $x)"
    (procedure "moveNodeAbs" line 14)
    invoked from within
"moveNodeAbs $c $node [expr {$zoom * $vals(xpos)}]  [expr {$zoom * 
$vals(ypos)}]"
    (procedure "apiNodeModify" line 12)
    invoked from within
"apiNodeModify $node vals "
    (procedure "parseNodeMessage" line 149)
    invoked from within
"parseNodeMessage $bytes $len $flags "
    (procedure "receiveMessage" line 49)
    invoked from within
"receiveMessage sock1afe000"

Original issue reported on code.google.com by [email protected] on 30 Jan 2015 at 10:57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant