Open GoogleCodeExporter opened 9 years ago
Actually, this is kind of the way it was supposed to be. It's too much work
trying
to keep the user from doing stuff that might interfere with the operation in
progress :)
As for a notification, there is already one, but it only appears at the
beginning.
I'll add it so it appears when refreshing manually as well.
Original comment by rios.fer...@gmail.com
on 18 Apr 2008 at 9:47
well i've already done it a couple of times, you only have to show that modal
dialog
after starting the worker thread and close it on completion... that's a good
way to
prevent users to click when they shouldn't
Original comment by pog...@gmail.com
on 19 Apr 2008 at 8:54
you're right, the most elegant solution would be not to have the UI freeze up.
The
most elegant way would be to have the program detect if the device is busy or
not
when trying to do stuff. Implementing this would require some effort though.
Original comment by rios.fer...@gmail.com
on 1 May 2008 at 2:20
Original issue reported on code.google.com by
pog...@gmail.com
on 18 Apr 2008 at 4:37