Home AMX User Forum AMX Control Products

Click as double click - Computer Control

The below is from AMX-PI:
"'^MDC'"

      Turn On the 'Mouse double-click' feature for the virtual PC.      

      Syntax: 

            SEND_COMMAND <DEV>,"'^MDC'"

      Example:

            SEND COMMAND Panel,"'^MDC'"

            Sets the mouse double-click for use with the virtual PC.


Am I misunderstanding the purpose of this? Is the so-named "Virtual PC" the "Computer control" object? And, if so, why does not seem to work in my case...?

Nevertheless, I am VNC-ing from the TP-MVP5150 into a computer (surveilance cameras), and the only way to mazimize a camera from the grid (and to revert to the grid) is to double click on the particular camera.

Unfortunatelly, the speed of clicking on the panel is always too slow for the PC, and the only way to accomplish this seems to be a "simulated" double click at that particular x/y coordinate position.

Is there any way to retrieve the position of the "tap" and transfer it at the scaled position as a double click on the computer (without AutoIt script or computer side tricks), or, locally, simulate another "PUSH" at the same exact position at a certain interval?

Thanks, Felix.
Sign In or Register to comment.