conicalflask / fs2

A sophisticated file sharing system for LAN parties with a focus on fast accurate searching, easy browsing and fast transfers.
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Open last download button needs to open in a helper thread #20

Closed ghost closed 12 years ago

ghost commented 12 years ago

Turns out that on Windows, at least, it appears to block and lock up the GUI when opening a file. If the file takes forever to actually open, it locks the GUI in FS2 for the duration. Putting it in a helper thread will sort this right out.

conicalflask commented 12 years ago

Things now launch in a helper thread and the "open file" button becomes disabled during this process.