Dear all,
{Exception.raiseError qtk(execFailed Obj {VS2Tk Msg})}
end
I don't know enough of Tk to understand what is wrong with the Tk.returnInt call.
With the CreateRectangle action it returns something else than 1 so that's ok.
Obj is a reference to an Object and Msg is create(1:rectangle ...)
With the Move action:
Tk.returnInt returns 1 and then throws the exception. Obj is also a reference to an Object. Msg is now b([move <Object> d(move(-1 0))]).
This does not look good to me as this is the format that encapsulates the message.
can someone help me with the meaning of the statement and of the language?
best regards,
Jérémie