The 'Cancel' button that I introduced with the change to using javax.swing.SwingWorker isn't working - it calls SwingWorker.cancel(true); which *should* interrupt anything that's being done, but it doesn't appear to. Forcing it to keep trying until cancel() returns 'true' (indicating that it has been cancelled) doesn't change anything.
[5.1] Cancel button not working
Started by Orions_Stardom, Feb 11 2007 07:37 PM
1 reply to this topic
#1
Posted 11 February 2007 - 07:37 PM
#2
Posted 11 February 2007 - 09:13 PM
I have added checks to isCancelled() in the cloning logic, which appears to have fixed this. It won't cancel until it finishes copying the current file, but that should not be a problem once the recursion problem is fixed.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











