2024-09-02 05:31 AM
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
Solved! Go to Solution.
2024-09-02 06:35 AM
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,
2024-09-02 06:35 AM
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,