[Gambas-user] Dial control for GUI component ?

Gianluigi gradobag at gradobag.it
Fri Oct 20 17:55:04 CEST 2023


Il 20/10/23 17:36, Fabien Bodard ha scritto:
> My Bad :
> Public Const _Properties As String = 
> "*,MaxValue,MinValue,Value,Step,PageStep,Warp=TRUE,Notched,Mark=TRUE"

Now Wrap works, but in reverse compared to Benoit's ;-D If you set an 
initial value, it doesn't work:

[code]

Public Sub Form_Open()

   dial21.Value = 40 ' <--- this do not works

End
Public Sub dial21_Change()

   Print dial21.Value ' <--- works well

End
[code]

Regards
Gianluigi



More information about the User mailing list