in reply to Searching text files
Of course, with Tk and threads, you must take precautions so that all threads are started before the main Tk thread is coded, and don't try to access any Tk widget from the threads. But you can use shared variables to communicate, and just have your search code in the threads.
If you can wait a bit, I'll post a minimal example.
|
|---|