Hi all,
Here is my problem: when editing the value of a numeric control I often forget to press enter or to click the "Enter text" button to validate the value.
When I forgot to do that and generate another event (e.g. click on a button) the "value change" event of that numeric control doesn't seem to be caught.
As a result the value of the numeric control is effectively changed on the front panel without triggering the code I want to be executed on "value change".
Is there an easy way to automatically validate the value of a numeric control (equivalent to "Update value while typing" for text controls) ?
Thanx in advance for your help,
Jean-Philippe