@LLindenbauer wrote:
@AeroSoul wrote:
That's his example, yes.
Ah, I see - I got confused by the description. Usually I can't open the attached VI, but this one was back-converted far enough. I should have checked.
The control already gets filtered, so maybe adding a "value changed" event that just copies the value form the control to the indicator would be enough?
The issue is the control hasn't received any value yet so you can't do that, what I did as a workaround was added a value changed event as you said, and simulated a key down with win32.dll, but I think I will change to Aerosouls method instead.