[Gambas-user] ToggleButton issue
Fabien Bodard
gambas.fr at gmail.com
Thu Feb 17 15:31:20 CET 2022
Hi Olivier
All your buttons are linked by the same action keyword.
Action can be use a unique action like click, activate , etc on
different widget.
for example like menu and toggle buttons in the ide to show or Hide toolboxes
So a click on a toggle button set all the others to true..
.Action = "setup" & iloop ''This is the line that 'solve' the problem
Best Regards
More information about the User
mailing list