[Gambas-user] Dial control for GUI component ?

Fabien Bodard gambas.fr at gmail.com
Fri Oct 20 18:33:04 CEST 2023


Better ?

Le ven. 20 oct. 2023 à 17:56, Gianluigi <gradobag at gradobag.it> a écrit :

> 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
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>


-- 
Fabien Bodard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20231020/aaa32a3b/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DialWidget-0.0.1.tar.gz
Type: application/gzip
Size: 9350 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20231020/aaa32a3b/attachment.gz>


More information about the User mailing list