cancel
Showing results for 
Search instead for 
Did you mean: 

About the Model::tick() and scrView::handleTickEvent() calling sequence.

V.H
Senior

Hello all,

The model::tick() and screen::handleTickEvent(), which is calling first?

How do I query the tickEvent() calling sequence (model / screen / widget) ??

1 ACCEPTED SOLUTION

Accepted Solutions
Yoann KLEIN
ST Employee

Hello @V.H​,

Model::tick is called first by the FrontendHeap, then Screen transitions, then timer widgets if you are using some, and finally Screen::handleTickEvent().

/Yoann

Yoann KLEIN
ST Software Developer | TouchGFX

View solution in original post

1 REPLY 1
Yoann KLEIN
ST Employee

Hello @V.H​,

Model::tick is called first by the FrontendHeap, then Screen transitions, then timer widgets if you are using some, and finally Screen::handleTickEvent().

/Yoann

Yoann KLEIN
ST Software Developer | TouchGFX