Hello Guest it is May 28, 2025, 05:20:42 PM

Author Topic: How can I open video window from button on screen?  (Read 4922 times)

0 Members and 1 Guest are viewing this topic.

How can I open video window from button on screen?
« on: June 04, 2010, 12:39:53 PM »
On the Menu on Mach3 there is PlugIn Control > Video Window. I want to create a button on my screen to open that windows so you dont need to keep going to the menu to select it. Is this possible? If so, how would I do this?

Thanks :)

Offline Greolt

*
  •  956 956
Re: How can I open video window from button on screen?
« Reply #1 on: June 04, 2010, 05:16:44 PM »
Try this as a button script,

SendKeys "+%(P)V"

Greg
Re: How can I open video window from button on screen?
« Reply #2 on: June 05, 2010, 10:12:49 AM »
Thank you. Worked.