send keypress command on network

Christie Widget Designer Version 6 - Q&A

Moderator: Moderator Group

Forum rules
When asking make sure to include the operating system and the revision of Widget Designer you are using.

send keypress command on network

Postby roeland22896 » Sat Oct 07, 2017 8:03 pm

Hello,

How can i send "keypress" commands to an external computer in the network?
I want to send keypress "LEFT" to an other pc in the network.
I managed to do this on the local device where the manager is running on, but don't know how to send this command on a network to a remote pc, or PB player/server
Anyone have experience with this or any idea that might help me with this?

Cheers,
roeland22896
 
Posts: 4
Joined: Sat Aug 10, 2013 9:46 pm

Re: send keypress command on network

Postby Benni_M » Sun Oct 08, 2017 2:25 am

Install the widget designer on the external computer.

Create Button1 with the script

Code: Select all
KeyboardKeyPress("{LEFT}")


press the button with a widget designer device in pandoras box.

or open a udp listener in the remoting tab and send with your main widget designer

Code: Select all
UDPSendToPort(PORT,"{WDCustomScriptClick(1)}")


or with a tcp server/client.

best regards,
Benni
Benni_M
 
Posts: 148
Joined: Thu Apr 12, 2012 3:45 pm


Return to Widget Designer V6

Who is online

Users browsing this forum: No registered users and 9 guests