Does anyone have suggestions as to how to abort procedures when using Tkinter?
I don't want to put polling loops into the procedures as that is tedious
and does not lend itself to generalization. I would like to do something
like raise an exception in a separate thread but don't know whether it can
be done or how to do it.
Stephen Levings
ESA-WMM, MS D479
Los Alamos National Labs
Los Alamos, NM 87545
email: [EMAIL PROTECTED]
Phone: 505 667 1819
FAX: 505 665 2747
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython
- Re: aborting procedures Stephen Levings
- Re: aborting procedures Syver Enstad
- Re: aborting procedures Mike Clarkson