Hi Pauly,
>> I want to refresh the page when the user changes the value of a spin control immediately... For example, the user clicks on the spin control and it increments from 1 to two... I then want to (immediately) refresh the page using the new value. So far, I've only got it to work if the user clicks outside of the spin control.
In clarion-speak you're getting action on "event:accepted" but you'd like it on "event:newselection".
Unfortunately the Spin controls you're seeing are provided by the browser, on a "number" field, they're not generic across all browsers. I know jQueryUI are working on a spin control though - and I'm guessing when that's done you'll have some more consistency, and more control, over the spin box.
cheers
Bruce