Displaying something in kivy while a process is running background
问题 I'm trying to generate a graph when i'm leaving my kivy app using matplotlib. The process time to generate these graphs is about 20 seconds and i would like to warn the user during this time. I tried to use a Kivy pop up, and it didn't work. I tried to add a label, but it doesn't seems to work either. That's why I really need help ! My code : def fermerBanc(self): list_argument_graph=[] list_argument_graph.append(passerelle.graph1.y_low_min) list_argument_graph.append(passerelle.graph1.y_low