From aec6b56150941fadcd0de186cfb44b8f945a65d3 Mon Sep 17 00:00:00 2001 From: molaboon Date: Sat, 3 Jul 2021 16:16:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AE=80=E5=8F=96=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ncnu.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Ncnu.py b/Ncnu.py index 74b6632..2d00eef 100644 --- a/Ncnu.py +++ b/Ncnu.py @@ -45,6 +45,10 @@ def createNcnuWin(ncnu): def itemSelected(event): obj = event.widget Index = obj.curselection() + ht='''
讀取中
''' + htmlLb.set_html(ht) + win.update() + Html='''''' if str( obj.get(Index) ) == options[0]: