Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Is there an elegant way to exit Presenter?

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
robertwinter
Posts: 49
Joined: 27 Nov 2012, 21:53

Is there an elegant way to exit Presenter?

Post by robertwinter » 17 Mar 2015, 22:58

Can Presenter be quit in a more elegant way than killing it in Task Manager? Can it be done via Remoting or some key sequence?

chriss0212
Posts: 666
Joined: 18 Jan 2012, 20:56
Location: wuppertal
Contact:

Re: Is there an elegant way to exit Presenter?

Post by chriss0212 » 18 Mar 2015, 00:18

like in most windows apps alt+f4 should work ;)

User avatar
lerou
Posts: 345
Joined: 06 Sep 2013, 07:14
Location: Hamburg, Germany

Re: Is there an elegant way to exit Presenter?

Post by lerou » 18 Mar 2015, 07:56

Alt-F4 works perfectly fine!

But... You can also use VMS to kill Ventuz. That's what the Config Editor does. That way you can put an exit button into your presentation :D

I've built such a kill button once. It even has a safety so it won't kill your designer ;)

cheers,
rou
Attachments
Killme.vpr
(14.45 KiB) Downloaded 205 times
Killme.vza
(12.48 KiB) Downloaded 201 times

User avatar
florian
Posts: 58
Joined: 18 Feb 2012, 19:42

Re: Is there an elegant way to exit Presenter?

Post by florian » 18 Mar 2015, 10:29

You could use the command lines options

Code: Select all

VentuzPresenter.exe -kill
http://www.ventuz.com/support/help/late ... tions.html
Florian

User avatar
lerou
Posts: 345
Joined: 06 Sep 2013, 07:14
Location: Hamburg, Germany

Re: Is there an elegant way to exit Presenter?

Post by lerou » 18 Mar 2015, 10:41

florian wrote:You could use the command lines options

Code: Select all

VentuzPresenter.exe -kill
l
That will kill running Ventuz instances when starting a new one - but not just kill the running one and return to the desktop.

cheers,
rou

User avatar
florian
Posts: 58
Joined: 18 Feb 2012, 19:42

Re: Is there an elegant way to exit Presenter?

Post by florian » 18 Mar 2015, 10:44

ok, my bad !
Florian

User avatar
lerou
Posts: 345
Joined: 06 Sep 2013, 07:14
Location: Hamburg, Germany

Re: Is there an elegant way to exit Presenter?

Post by lerou » 18 Mar 2015, 10:47

florian wrote:ok, my bad !
Still a good hint if someone starts a VPR via a batch file and needs to make sure, any running instance is killed first.

cheers,
rou

Post Reply