Make the SpinGadget work equal on all platforms
Posted: Thu Oct 02, 2014 3:49 pm
Please make the SpinGadget work equal on all supported platforms.
On Windows, the value of a PB SpinGadget can be changed by
However, all methods a) to d) do work on Linux with SpinGadgets which are written in other proogramming languages.
( see also http://www.purebasic.fr/english/viewtop ... 13&t=60658 )
Unfortunately I don't know any details about the SpinGadget on Mac OS.
Thanks.
On Windows, the value of a PB SpinGadget can be changed by
- clicking at its up or down arrow with the mouse
- typing a number in its edit field
- pressing the up or down arrow key
- scrolling the mouse wheel
However, all methods a) to d) do work on Linux with SpinGadgets which are written in other proogramming languages.
( see also http://www.purebasic.fr/english/viewtop ... 13&t=60658 )
Unfortunately I don't know any details about the SpinGadget on Mac OS.
As long as the differences on platforms exist, they should be mentioned in that list, and also in the "SpinGadget" section of the help.[u]List of Platform-dependent Functions[/u] wrote:Every command or library not mentioned here is fully cross-platform.
Thanks.