[Gambas-user] Possible bug in SpinBar control

Cedron Dawg cedron at exede.net
Sun Mar 10 21:58:15 CET 2019


Okay, but somebody forgot to tell the SpinBox?

        Print SpinBox1.Step
        SpinBox1.Step = 10
        Print SpinBox1.Step
        
        SpinBox1.MaxValue = 100
        SpinBox1.Value = 50
        SpinBox1.MinValue = 30
        
        Print SpinBox1.Step

1
10
10

It works with a step ten on the form as well.

I'm confused now. 

Ced

----- Original Message -----
From: "T Lee Davidson" <t.lee.davidson at gmail.com>

On 3/10/19 4:20 PM, Cedron Dawg wrote:
> The stepsize didn't move from 0.5 when I was using it, trying to set it to 10.

The range for the Step property is 0 - 1.


___
Lee

----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----


More information about the User mailing list