Thank you (and Thanks to Hendrik). Both good ideas. I will need to do
those or something similar too.
But what I really want to know is what I need to do when pressing the "Run
Script" button, so that I
'return' to the GUI every once in a while, like every 100 milliseconds to
check if the "Abort Script"
button is pressed.
   Presently what happens is that the script takes over and all the buttons
on the GUI disappear
as the GUI is not given any cpu time to refresh or check if any activity in
the dialog.

Thanks in advance:
Michael Yanowitz
  -----Original Message-----
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Mohammad Tayseer
  Sent: Monday, December 18, 2006 10:40 AM
  To: python-list@python.org
  Subject: Re: Can a Tkinter GUI check for abort script:


  To view a button & hide the other, call .pack_forget() on the button you
want to hide & pack() on the button you want to show

  test3.py should contains a main() function that returns the new window. if
you press 'Abort script' button you should call new_window.destroy(),
pack_forget() the current button & pack() the 'run script' button



  __________________________________________________
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to