Hello,
I have a problem that I can't solve
I have a parameter for increased or decreased by 1 unit at a time dialog box.
But it does not work it increases or decreases the parameters of 2 units. !?!?
Do you have an idea of the problem?
tkt
Olivier1
Script settings:
IF GLOB_UI_BUTTON_ID = 1 THEN PARAMETERS test = test + 1
IF GLOB_UI_BUTTON_ID = 2 THEN PARAMETERS test = test - 1
Script dialog box:
I_BUTTON I_FUNCTION , "-" , 5 , 80 , 30 , 20 , 2
I_INFIELD "test" , 50 , 80 , 30 , 20
I_BUTTON I_FUNCTION , "+" , 90 , 80 , 30 , 20 , 1