Skip to main content
Associate II
September 2, 2024
Solved

Erreur Linking TouchGFX

  • September 2, 2024
  • 1 reply
  • 1008 views

I created a project with multiple screens and i want to recceive data and display them on the 4th screen 
so i created a task and a queue . I followed the MVP model and  int the model class i put the code in the tick function but when i run the code these errors appers 

Best answer by GaetanGodart

Hello @Oussama_Baklouti ,

 

The modelListener seems to be included in all 4 of your screens.
But you have a function called "Receive_SOC" in the modelListener.
I think that simply declaring that function in screen 1 to 3 (like you did in screen 4) would solve the error.

 

I hope this helps.:smiling_face_with_smiling_eyes:
If this message answer your question, I invite you to select it as "best answer".

 

Regards,

1 reply

GaetanGodart
GaetanGodartBest answer
Technical Moderator
September 2, 2024

Hello @Oussama_Baklouti ,

 

The modelListener seems to be included in all 4 of your screens.
But you have a function called "Receive_SOC" in the modelListener.
I think that simply declaring that function in screen 1 to 3 (like you did in screen 4) would solve the error.

 

I hope this helps.:smiling_face_with_smiling_eyes:
If this message answer your question, I invite you to select it as "best answer".

 

Regards,