Updating Popup.Animated to play gif until external task is completed (PYSimpleGUI)
问题 I am looking to create a UI that displays an animated popup while another task is being carried out. That will exit upon completion. I am using PYSimpleGUI and am using the example listed here to base my work off. I can get a single frame of the animation to display once I start the code and exit upon completion of the task but can't get it to play the entire gif. Code: import queue import threading import time import PySimpleGUI as sg # ############################# User callable CPU