[Gambas-user] Calling Function for Array List Forms

Gianluigi bagonergi at gmail.com
Wed May 12 16:10:12 CEST 2021


Il giorno mer 12 mag 2021 alle ore 13:58 Hasan Merkit <
hasanmerkit at outlook.com> ha scritto:

> ...
>
> I want my app do this for example:
>
> FormForThemeTimer = [form1,form2,form3]
>
> If Theme_DarkMode Then
>
>        Forms_PaintDark(form1)
>
>        Forms_PaintDark(form2)
>
>        Forms_PaintDark(form3)
>
> Else
>
>         Forms_PaintDefault(form1)
>
>         Forms_PaintDefault(form2)
>
>         Forms_PaintDefault(form3)
>
> End If
>
>
>
> How?
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>

There is a source of inspiration which is the Gambas IDE, written in Gambas
by Benoit Minisini himself.
If I were interested in creating themes for my application, I would first
go and see how Benoit did it

Regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210512/f386bd17/attachment.htm>


More information about the User mailing list