This was kind of a pain to write, but the results are 100% PERFECT.
The spinner gadget takes input from either a text field or a slider on the righthand side. The range can be between any two numbers, and can use any incremental value for the slider, including floats and irregular values. The slider activates and highlights the entire textfield text when hit. (Requires user32.dll SendMessage() for this behavior.)
This demonstrates the behavior:
http://www.leadwerks.com/post/spinner.zip

Get the source from the code section of my site, at the bottom of the "Tools" page:
http://www.leadwerks.com
Maybe Mark can add this as a native BlitzPlus gadget?
The spinner gadget takes input from either a text field or a slider on the righthand side. The range can be between any two numbers, and can use any incremental value for the slider, including floats and irregular values. The slider activates and highlights the entire textfield text when hit. (Requires user32.dll SendMessage() for this behavior.)
This demonstrates the behavior:
http://www.leadwerks.com/post/spinner.zip

Get the source from the code section of my site, at the bottom of the "Tools" page:
http://www.leadwerks.com
Maybe Mark can add this as a native BlitzPlus gadget?