新增讀取中
This commit is contained in:
parent
c9078eb7a3
commit
aec6b56150
4
Ncnu.py
4
Ncnu.py
@ -45,6 +45,10 @@ def createNcnuWin(ncnu):
|
|||||||
def itemSelected(event):
|
def itemSelected(event):
|
||||||
obj = event.widget
|
obj = event.widget
|
||||||
Index = obj.curselection()
|
Index = obj.curselection()
|
||||||
|
ht='''<h5>讀取中</h5>'''
|
||||||
|
htmlLb.set_html(ht)
|
||||||
|
win.update()
|
||||||
|
|
||||||
|
|
||||||
Html=''''''
|
Html=''''''
|
||||||
if str( obj.get(Index) ) == options[0]:
|
if str( obj.get(Index) ) == options[0]:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user