09-20-2011 11:04 AM
Hi,
I acquire the state of (N) sensors and this info is converted in a cluster (number, string and boolean control). In fact, number & string are the information, but the boolean control is information that the user gives later.
All clusters (sensors) are gathered in an array and reshaped to show better this array (3 columns x N rows).
The problem:
The user is unable to change the boolean control of clusters.
Can you help me?
Vicen
Win XP / LV 10.
09-20-2011 12:43 PM
Actually, the user can change it. IF they click on the button in the millisecond between the time you update the local variable and you read the control. You have a race condition. Why are you continously reshaping the array?