Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Thread handling issue
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Paul, post: 4248869"] I'm wondering what the best solution for this problem is. I've got a wxpython app, in one part a user makes some selections then opens a dialog to select where to output. At which point the app starts a thread processing their selection while they're choosing an output location, hopefully ready for when they're done. My problem is if the user doesn't select an output location and cancels the dialog to go back to the selection I want to terminate the thread to avoid the user opening and closing the output selection firing off a ton of threads. As there's no inbuilt way of killing threads I was wondering the best way to prevent this? [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Thread handling issue
Top