I am using WSTP to connect to Mathematica and get my computation tasks performed via WSTP Link. This connection is initiated with WSOpenArgcArgv. It looks like I am using a command line based Mathematica frontend while invoking Mathematica commands. Can I execute an expression to another Mathematica GUI Window, which is open in the same computer ? May be using CreateLink ?
Asked
Active
Viewed 114 times
0
Neel Basu
- 961
- 6
- 14
Manipulate,PlotorGraphics3dorWolfarm Alphacommand to be executed to another Mathematica window which is open in the same computer. Better if I can talk to that frontend via TCP socket – Neel Basu Oct 24 '17 at 19:56Manipulatedoesn't give enough flexibility of GUI controls, that I can achieve from an external C++ GUI (which is talking to Mathematica over WSTP) – Neel Basu Oct 25 '17 at 12:21visualisationwindow, just like people use a debug window, or logging window. – Neel Basu Oct 25 '17 at 18:53