I've used 2 boolean controls (up/down). When either is clicked, the
increment (standalone numeric control) is added/subtracted to the value, the
result of which is displayed on a numeric indicator placed beside the
up/down arrows (makes it look like its an ordinary numeric control). The
problem is the booleans are read only once every 250ms, causing the
increment to take place at 4 times a second. If, however, it was a standard
numeric control, I could change value regardless of loop time (even though
it would be read only when the loop executed).
I will try your suggestion. If the control is invisible, will I be able to
access the arrows? Thanks.
Leon
"PdB_Serenity_nl" wrote in message
news:5065000000050000003B590000-1007855737000@exchange.ni.
com...
> Have you tried using an invisible (transparant) control on top of the
> corresponding indicator?
> Takes less time to draw so your UI-loop can be made more quickly.
> Or what about a mechanism for detecting that you pressed the up/down
> button to make the increase-decrease value bigger?