Creat button double http

Hello
I created an app that uses my TV remote control.

My tv channels are generated by http

If I press the number 1 it generates Button 1 and button 1 http
If I press the number 2 it generates Button 1 and the http of button 2 etc

What I would like is to create a Button where the string 16 would appear all at once without pressing 1 + 6

The problem is: how to generate 2 http links in 120ms interval?

Try a Clock.

Try
Web1.Url =
Web1.Get
Web1.Url =
Web1.Get

or

Web1.Url =
Web1.Get
Web2.Url =
Web2.Get

Try a Clock ?

You say you want to send one information and 120 ms after another, that can be done with a Timer with Interval 120.
Your network and its web server must accept these times.

It's work :slight_smile:
Look
Capture d’écran 2020-08-04 à 15.43.10

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.