On 15.10.2011 19:30, Gary wrote:
Hi im trying to use key bind on Tkinter to call this function
def Start():
for i in range(60,-1,-1):
ent['text'] = i
time.sleep(1)
root.update()
ent['text'] = 'Time Out!'
root.update()
i know the function is ok as i have assigned a button and i calls
the functio
On 15/10/2011 18:30, Gary wrote:
Hi im trying to use key bind on Tkinter to call this function
def Start():
for i in range(60,-1,-1):
ent['text'] = i
time.sleep(1)
root.update()
ent['text'] = 'Time Out!'
root.update()
i know the function is ok as i have assigned
Hi im trying to use key bind on Tkinter to call this function
def Start():
for i in range(60,-1,-1):
ent['text'] = i
time.sleep(1)
root.update()
ent['text'] = 'Time Out!'
root.update()
i know the function is ok as i have assigned a button and i calls the
function