Hi all, I am wondering if i could change a button text dynamically in its handler.
for example,can we do something like this:
curButton.bind("<Button-1>",self.StopServer)
def StopServer(self,event):
curButton["text"] = "Start Server"
Thanks,
Sundar
--
http://mail.python.org/mailman/listinfo/python-list
