I have created a range constraint to have a display range from -2200 to +2200 as shown below
<constraint constraint="30568;34968;-2200;2200;1" id="num.genlockH" constrainttype="INT_STEP_RANGE" percision="0"/>
I then used this constraint in a spinner box
<param oid="0x100D" colspan="1" expand="true" fill="both" insets="2,5,2,0" constrainttype="ID_REFERENCE" constraint="num.genlockH" widget="5" width="180" height="20" />
As I increment from -2200 I get the correct values until I get to zero then the display jumps back to -2200. If I try to enter a positive number (+200) the display again jumps back to -2200 but I get the proper value sent to my board (32968).
"‹Any ideas on what I am doing wrong?