[Scilab-users] evaluation of a Scilab expression from Java in the current Scilab environment

2013-07-25 Thread martin . highUp
Hello   I am writing on an application using Scilab and Xcos. Right now I am working on a specialised replacement for “getvalue(..)” (GUI to edit parameters of Xcos blocks) written in Java. Now I need to access the current Scilab workspace (execute an _expression_ and get back the result) from

Re: [Scilab-users] evaluation of a Scilab expression from Java in the current Scilab environment

2013-07-25 Thread Serge Steer
Take care that the getvalue function is overloaded by Scilab to silently evaluate and chack the arguments that are given by expression based variables defined in the Xcos context Basing your bload dialog on a other function will breaks this behavior... Serge Steer INRIA Le 25/07/2013 10:11, ma