Re: message box halts prgram flow

2006-03-19 Thread Bruno Desthuilliers
[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

message box halts prgram flow

2006-03-17 Thread linuxnooby
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