Skip to main content
Associate III
April 22, 2024
Question

I don't get handle tick event handleTickEvent()

  • April 22, 2024
  • 0 replies
  • 649 views

Hi

I'm trying to use handleTickEvent() in order to execute 2 functions in every tick, but it does nothing, I have declared virtual void handleTickEvent(); in the hpp file of my screen and then called it like this:

I_ve_got_a_problem_0-1713777988812.png

But this only calls those functions the first time i click on my scrollable container, and I'm not understanding what's happening, I mean I can get that I'm doing something wrong, but why does it get there only the first time I click on the scrollable container that the function updateList() updates?

 

This topic has been closed for replies.