Hello,
I have a two questions about the shared variables. Previousy, I try to set in context my developing application.
I want to have a one server with bidirectional connection with N clients. Clients will be in different computers. These clients will be the user interface of server, that it execute the different actions. The idea is create remote actions in server and check and monitorice it in the clients.
Server will have all shared variables and will send information to the clients. However if any client change a parameter, the other clients must has change also.
Example: Any client selects the setup for execute the test cases.
For do that, is necessary that the first step of clients is introduce server ip address.
The questions are:
1- Is possible that clients has an event structure that check if server has changed any value of any shared variables ?
My idea is set a loop that read all time if variable change. But I think these method is not efficient, because I need a loop for every shared variable....
2- Is possible that server change properties of shared variables? The idea is that server set invisible a control of a client for example. If it occurs the control of another clients also wil set to invisible
Aimar Roura