Thanks Kent! update_idletasks() does exactly what I needed, which as
you mentioned was just to give it enough time to reconfigure the
button.
Doug
--
http://mail.python.org/mailman/listinfo/python-list
D wrote:
> I am trying to do the following using Python and Tkinter:
>
> 1) Display a window with 1 button
> 2) When user clicks the button, Python attempts to call a function
> that opens a socket and listens for a connection - what I want to do
> is, if the socket has been successfully opened
I am trying to do the following using Python and Tkinter:
1) Display a window with 1 button
2) When user clicks the button, Python attempts to call a function
that opens a socket and listens for a connection - what I want to do
is, if the socket has been successfully opened and the system is
wai