Hey,
I want to run an RVIO process AND display the progress. I believe we need to use ExternalQProcess for that? If so how would I do it. Using MuSymbol doesn't seem to work.
I do the following and it works (without displaying Progress bar):
rvio = MuSymbol('export_utils.rvio')
But I want to do something like (the following Mu Code) in Python:
ExternalQProcess(name,
cmd, argList, 1,
ExternalProcess.Type.ReadOnly,
cleanup);
Any help/direction would really be appreciated
Thanks.
Regards,
Kartik