好奇如何將ttk.Progressbar()填充到最大值(用戶指定的任何數字),並以指定的增量減少步長。因此,需要100%填充條(例如,用戶指定100作爲最大值),並將其每15秒減少25%。這裏是我有: #import module for update frequency and gui. ttk for progressbar
import threading,ttk
from Tkint
所以基本上我試圖使多個進度條,每個progressbar的值從0運行到100.但現在我的函數使用其他值這看起來很奇怪。希望有人能幫助我。謝謝:) # -*- coding: utf-8 -*-
import tkinter.ttk as ttk
import tkinter as tk
from threading import Thread
import time
class Mai
,這裏有當前狀態的圖像: SAP2000 tab/the 1st one ETABS tab/the 2nd one #imports
import Tkinter as tk #to be able to use its "Button" as tk.Button
import ttk
from Tkinter import *
from ttk import *
#The GUI