Here is the code where I make my progress bar if that helps at all: pgBar = ttk.Progressbar(window, orient = HORIZONTAL, length=300, mode = "determinate") ...
確定! 回上一頁