I need to read the true value residing in the Spinner. The number in the Spinner is correct, however there is some conflict of selected values when reading UpClick, DownClick and KeyPress. For eg. If the UpClick is selected to a value, say 5, and then the DownClick is selected to 4, and then if the entry of 6 is input on the keyboard, 6 is in the Spinner, but values 4 is in UpClick, 5 is in DownClick and 5 is also in KeyPress, not 6. If I hit 6 a second time, 6 will be in KeyPress.
Any Ideas on how to resolve this? Thanks
Any Ideas on how to resolve this? Thanks