Hi!
I'm running octave-gui via node.jsĀ child_process, and communicating with it via std in/out. Unfortunately octave-gui run this way doesn't update UI elements. I have to add a spinning loop in my code "while true; end" for it to do so. It does work normally when I run it in Terminal (OSX). Does anyone have any idea why it might be so? š¤
Thanks
Paulo