Page 1 of 1

Sockets...

Posted: Wed Apr 11, 2018 7:12 am
by RossG
Been thinking about using a socket but on
investigation I found that it seems my idea
of what a socket can do was a bit off.

I thought I would be able to send a command
(send mouseUp to button k7) from one stack
to another.

Is it possible? Has anyone done it?

Re: Sockets...

Posted: Wed Apr 11, 2018 7:41 am
by FourthWorld
If both stacks are running within the same standalone process you can use the "send" or "dispatch" commands to send messages between them.

You would only need sockets when communicating between different processes.