trevorr / vss2git

Migrate Visual SourceSafe repositories to Git
Apache License 2.0
154 stars 116 forks source link

Deactivate the Cancel button when not running a conversion #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start Vss2Git
2. The Cancel button is active but has no action

What version of the product are you using? 1.0.10

On what operating system? Windows XP SP3

Please provide any additional information below.
When I first started the tool I didn't want to convert anything, just have a 
look to the GUI. 
To leave the application I just pressed the Cancel button (1, 2, ...) until I 
remarked that this button was not defined to leave the application and the 
close box in the window title bar have to be used. 
Eventually it would be good to deactivate the Cancel button by default and 
activate it as long a conversion is running like you do similarily for the Go! 
button. 

Original issue reported on code.google.com by jacques....@besi.com on 20 Jul 2012 at 6:08

GoogleCodeExporter commented 9 years ago
Comment from Trevor Robinson, 9th May 2012
Sounds like a good idea and not too difficult. It has always bothered me that 
the button does nothing when not converting.

Original comment by jacques....@besi.com on 20 Jul 2012 at 6:09

GoogleCodeExporter commented 9 years ago
Hi all,
I also ran into the issue and changes MainForm.cs (attached) so that it now 
closes the main form when you click cancel, if the workQueue is idle.

Original comment by p.b.o...@gmail.com on 25 Oct 2012 at 5:34

Attachments: