09-17-2009 05:45 PM
Hi all,
this is the first time that I use indicator to control event, and I did get some info from this forum by using value signalling to control it (if not mistaken) ; i try to do it , yes it can work ,but somehow I don know the reason, when I didn't press the button , the event can automatically being rasie up , and I did put a timeout event, it didn't route to this event, somebody can help me. Please refer to the attachment.
Thanks
William Lee
Solved! Go to Solution.
09-17-2009 07:20 PM
09-17-2009 08:40 PM
09-17-2009 09:04 PM
You can do a mouse down event on the indicator. I don't see the point of doing this instead of using the buttons in the cluster. You have no event defined for those so I don't know what you want done but in the mouse down event for the event, you can write to the Val(Sgnl) property of either/both of the controls in the cluster.
Writing to the Val(Sgnl) property is the same thing as a value change event. It was firing continuously because you were writing to it continuously - every time the loop iterated. You put it there for what reason?
09-17-2009 09:51 PM
09-17-2009 09:54 PM