I'm trying to show the stats while running a presentation (not in the designer). Can't figure out how this is supposed to go... I vaguely remember I used to be able to do it in V3 with the the following line in the command shell, but with Ventuz4 apparently that doesn't work anymore:
start C:\mypath\mypresentation.vpr -stats
Thanks,
sq
Show stats in Ventuz4 presenter?
Moderator: Support
Re: Show stats in Ventuz4 presenter?
Hi,
the command line options still work:
http://www.ventuz.com/support/help/late ... tions.html
You also can turn the stats on and off from a remote machine via the Configuration Editor. Select the runtime machine from the drop down on the top left and go to the Live Options.
Regards,
Götz
the command line options still work:
http://www.ventuz.com/support/help/late ... tions.html
You also can turn the stats on and off from a remote machine via the Configuration Editor. Select the runtime machine from the drop down on the top left and go to the Live Options.
Regards,
Götz
Re: Show stats in Ventuz4 presenter?
I think I found my error. If called from a .cmd-file this will start the presentation, but without stats:
this will start the presentation with stats:
So it's the "start" command... I'll really have to look into that command shell thing again... 
Thanks,
sq
Code: Select all
start "C:\Program Files\Ventuz Technology Group\Ventuz 4\VentuzPresenter.exe" "D:\mydirectory\mypresentation.vpr" -stats
Code: Select all
"C:\Program Files\Ventuz Technology Group\Ventuz 4\VentuzPresenter.exe" "D:\mydirectory\mypresentation.vpr" -stats

Thanks,
sq