12-13-2010 02:54 PM
The structure i have set up is this, i have a control in which the user chooses a value, when they choose this value, the value change event takes place setting their value in the device. I am then reading back from the device values, and displaying them in this control via a property node.
My problem is that each time i read back a new value into the control, it takes this as a value change event and resets the value within the device, is it possible to make the event only take place when the user themself changes the value?
Solved! Go to Solution.
12-13-2010 02:59 PM
The value change event should only fire when the user changes the value, programatic seting or writing to a local should not fire an event unless you are using value (signaling) to update the control. Am I misunderstanding the question?
12-13-2010 03:03 PM
Yes!
My thoughts are that you are using Value (signaling) property node to display to the control. That will trigger another event call.
Use the NON signaling Value property node or a local varible.
Post your code if this is not the case so we can help you figure out what is going on.
12-13-2010 03:05 PM
Oh geez thanks both of you hahaha that was incredibly simple!
i'm very new to all this.. all seem to be in perfect order!
12-13-2010 03:08 PM
and sorry about the excessive use of capitals and horrific spelling in my title.. overwhelmed hahaha.
12-13-2010 03:08 PM
and sorry about the excessive use of capitals and horrific spelling in my title.. overwhelmed hahaha.