Hi,
I'm developing a program and the thing I want to do is this: I have two radio buttons and a text item(which receives number). I want the highest allowed value of the text item to change very time I check one of the radio buttons
(for example, when I check the first radiobutton to set the text item's max value to 100, and when I check the second radiobutton to set the text item's max value to 1000)
I'm developing a program and the thing I want to do is this: I have two radio buttons and a text item(which receives number). I want the highest allowed value of the text item to change very time I check one of the radio buttons
(for example, when I check the first radiobutton to set the text item's max value to 100, and when I check the second radiobutton to set the text item's max value to 1000)