RaelB 1 Posted May 31 (edited) The GUI examples work fine for demonstration purposes, but how do I use the components to execute python code and get a result within my own code, i.e synchronous execution, or be notified when execution is done? e.g: S := PythonExec(input_script) Then I can use S in next line of code, or in an event that notifies script is done. Thanks Edited May 31 by RaelB fix Share this post Link to post
RaelB 1 Posted June 2 By bad, it looks like the code does in fact execute synchronously.. Share this post Link to post