You don't really need threads for this, I think a non-modal file-browser dialog would do what you want.
On Thu, Jan 22, 2009 at 12:19 PM, [email protected] < [email protected]> wrote: > > Hey Everyone, > > This isn't so much a Maya python questions right now, but I hope > someone can direct me. I've built a UI in PyQt and have a FileDialog > that opens, once the user browses to a folder, I run a function. When > the function is running, the original UI goes blank until the function > has finished. What process would I go through to run the function in a > thread so the UI doesn't become unresponsive? Should I use threading > module? Any help would be great > > Cheers, > Shawn > > > --~--~---------~--~----~------------~-------~--~----~ Yours, Maya-Python Club Team. -~----------~----~----~----~------~----~------~--~---
