Search found 2 matches
- Wed Dec 04, 2013 2:42 am
- Forum: Application Development
- Topic: Delayed events
- Replies: 1
- Views: 4691
Re: Delayed events
I fixed this problem last week. The fault was that I was using the ValueChanged event and then using the tags attached to the object owning the event instead of using the variable supplied in the event arguments. The tags get updated after the event has fired, giving the illusion that it is one even...
- Mon Nov 25, 2013 11:20 am
- Forum: Application Development
- Topic: Delayed events
- Replies: 1
- Views: 4691
Delayed events
Hi all, I seem to have come up with a case of events being delayed. I have two Analog Numerics, numerator and denominator, each attached to a tag, num and den. Each has a ValueChanged event defined, which calls a method which divides the two numbers by zero. The tags' values and the result are both ...