I'd like to use a numeric slide control to control a signed short hex integer
(16 Bit). The full range of -32768 (=8000h) to 32767 (=7FFFh) is used.
The digital display of the control is shown correct, but the labels of the
control are shown as 32 Bit value (e.g. FFFF8000h for -32768)! Is there any
workaround that I can use against this behavior ? Could this "bug" be fixed
?
Thank you,
Manfred