Re: Sending TCP data with value change

2004-04-20 Thread Paul Slocum
Perfect, that's exactly what I needed to know to get started. Thanks!! :o) -paul

Sending TCP data with value change

2004-04-20 Thread Paul Slocum
I want to build a panel with several numeric controls where each time any of the values are changed, it sends a packet over ethernet indicating which control was changed and the new value. I'm not sure how to approach this. My two main problems are: - How do I trigger the packet to be sent

Re: Sending TCP data with value change

2004-04-08 Thread rolf
- How do I trigger the packet to be sent when the value changes? (Value can be changed by using the up/down buttons or typing a new value) This seems quite simple to solve with the value changed event of the event control structure. If you can't or don't want to use the event structure, you will