[Gambas-user] Dial control for GUI component ?

Fabien Bodard gambas.fr at gmail.com
Fri Oct 20 18:36:22 CEST 2023


Warp Corrected

Le ven. 20 oct. 2023 à 18:33, Fabien Bodard <gambas.fr at gmail.com> a écrit :

> 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
>


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


More information about the User mailing list