Spin Gadget Numeric Step Option
Posted: Fri Dec 23, 2016 12:06 am
Current Gadget: Result = SpinGadget(#Gadget, x, y, Width, Height, Minimum, Maximum [, Flags])
Suggested: Result = SpinGadget(#Gadget, x, y, Width, Height, Minimum, Maximum [,Step] [, Flags])
When the gadget is used for an integer range, Step could be optionally specified
E.g. Minimum = 0, Maximum = 100, Step = 5
This can be currently achieved by checking for SpinGadget up/down events and imposing a step change.
Suggested: Result = SpinGadget(#Gadget, x, y, Width, Height, Minimum, Maximum [,Step] [, Flags])
When the gadget is used for an integer range, Step could be optionally specified
E.g. Minimum = 0, Maximum = 100, Step = 5
This can be currently achieved by checking for SpinGadget up/down events and imposing a step change.