[EMAIL PROTECTED] a écrit :
> HI
>
> I am creating a tkinter app.
>
> example
>
> tkMessageBox.showinfo("Window Text", "A short message")
> print "blah"
>
> The execution of the application halts when the message box is
> displayed until the user clicks OK, then "blah is printed.
Yeps, this is
HI
I am creating a tkinter app.
example
tkMessageBox.showinfo("Window Text", "A short message")
print "blah"
The execution of the application halts when the message box is
displayed until the user clicks OK, then "blah is printed.
However I want the program to display message box and continue