<div dir="ltr">Hello Benoît,<div><br></div><div>Thanks for your advice<br></div><div><br></div><div>Pierre</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mar. 14 avr. 2020 à 11:29, Benoît Minisini <<a href="mailto:g4mba5@gmail.com">g4mba5@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le 14/04/2020 à 10:02, Pierre Deswysen a écrit :<br>
> Hello,<br>
> <br>
> On a gambas3 app, can I use +/- 25 timer on a raspberry 4?<br>
> <br>
> Each timer is set between 100ms and 1000ms.<br>
> <br>
> Best regards<br>
> <br>
> Pierre<br>
> <br>
> <br>
> ----[ <a href="http://gambaswiki.org/wiki/doc/netiquette" rel="noreferrer" target="_blank">http://gambaswiki.org/wiki/doc/netiquette</a> ]----<br>
> <br>
<br>
There is no limit on the number of timers in Gambas.<br>
<br>
But... if you use a GUI toolkit (GTK+ or QT), the Gambas timer object <br>
has to be associated with a Glib or QT timer object so that the event <br>
loop of these toolkits can process them. And I don't know if there is a <br>
limit in GTK+ or QT. I don't think so.<br>
<br>
So, in other words, just try to see how many timers you can create. :-)<br>
<br>
-- <br>
Benoît Minisini<br>
<br>
----[ <a href="http://gambaswiki.org/wiki/doc/netiquette" rel="noreferrer" target="_blank">http://gambaswiki.org/wiki/doc/netiquette</a> ]----<br>
</blockquote></div>