<DIV>Hi,</DIV>
<DIV> Sorry last time i post my question with the subject with no sense to my question. Because i was sleepy. Anyway, here is my another question. Today in morning i was learning to make a simple dialogue box with a quit button on it. Here is the code listing.</DIV>
<DIV> </DIV>
<DIV>#### Simple Dialogue Code</DIV>
<DIV> </DIV>
<DIV><PRE>from Tkinter import *
<SPAN class=Comment># set up the window itself</SPAN>
top = Tk()
F = Frame(top)
F.pack()
<SPAN class=Comment># add the widgets</SPAN>
lHello = Label(F, text="Hello")
lHello.pack()
bQuit = Button(F, text="Quit", command=F.quit)
bQuit.pack()
<SPAN class=Comment># set the loop running</SPAN>
top.mainloop()
</PRE></DIV>
<DIV> </DIV>
<DIV>#### End</DIV>
<DIV> </DIV>
<DIV>The problem is that the typical interpreter window is appearing behind the dialogue box when i double click on my script file. anyidea how i can close that interpreter window so i will only get my dialogue box.</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>Regards,</DIV>
<DIV>Hameed Khan.</DIV><p><hr SIZE=1>
Do you Yahoo!?<br>
Exclusive Video Premiere - <a href="http://launch.yahoo.com/video/?1093432&fs=1&redirectURL=http://launch.yahoo.com/promos/britneyspears/">Britney Spears</a>