Only One Click in Button

I realized that when using a button component with the function of opening the screen, and if I click twice quickly, it opens two screens.
is there anything that can stop this?

I suppose you could de-bounce an event by keeping in TinyDB the Instant (ms) of the last such event, and ignore this event if it’s too close to Clock1.SystemTime.

2 Likes

ok i will try,
but is it something that is already known?
could this be a bug?
have you tested this?


blocks

No, this isn't a bug, this is expected behavior.

When you click the Button it executes the blocks you placed in the Button.Click Event Block.

1 Like

Try this:

grafik

4 Likes

OK thank you

1 Like

OK thank you

1 Like