10-26-2017 04:53 AM
Hi,
I'm capturing two events for same control.
I.e., For string I'm capturing Mouse down and Value change event.
In that case, I need to order event like first Value change and then Mouse down.
How can I do it?
Thanks in advance!
10-26-2017 05:43 AM
Hi PadmanabanJ
Can you give us a bit more information (describe what you would like to do)?
In my mind the order of the events is determined by how the user interacts with String. If the user uses the mouse to click in the String before changing its value then clearly Mouse Down will come first. If the user however uses the tab control to tab into String before changing its values then you wont get a Mouse Down at all.
Regards
Steve
10-26-2017 05:54 AM
Hi,
In String Control I can enable 'Update while typing' option so that String 'Value change event' will be captured for every string input.
Similarly can I do for numeric? I required to capture Numeric value change immediately if I change any values in that control?
Is it possible?
10-26-2017 06:07 AM - edited 10-26-2017 06:08 AM
No I don't think it works the same way. You could use the increment and decrement arrows for a Numeric that will fire the Value Changed straight away. You could go for keydown events for your Numeric and track which keys have been pressed to work out what the number is, but that will get complicated very quickly.
If I were you I would re-post this one on the LabVIEW Software Board. It is a LabVIEW question rather than a TestStand question.
10-26-2017 06:23 AM
Sure. Thanks for reply.
By mistakenly I posted in Teststand Section