suryakencana007 / comic-vine-scraper

Automatically exported from code.google.com/p/comic-vine-scraper
0 stars 0 forks source link

Only Need One Cancel Button #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It might make sense to add a prominent "Cancel Scrape" button to the main comic 
book window, and at the same time remove the "cancel" buttons from the Issue 
and Series dialogs.

The advantage is that users would no longer have to grasp the difference 
between "skip" and "cancel" on each of those dialogs, while at the same time 
they would still have access to the cancel button as usual (remember, the Comic 
Book Window is always visible while the script is running.)

It would also make it more obvious how to cancel things if you are running a 
long scrape session on comics that have already been scraped (right now, you 
have to figure out that closing the window will accomplish this.)

Original issue reported on code.google.com by cban...@gmail.com on 30 Jul 2010 at 5:51

GoogleCodeExporter commented 9 years ago
Implemented for 1.0.28.

I've moved the Cancel button as described above; there's no longer a cancel 
button in the series or issue dialogs (though if you close those dialogs with 
the red "X" button, it will still behave like you clicked 'cancel'.)

I added a cancel button to the main comic vine window, where it is always 
visible.   This button also now has a countdown on it, so you can see how many 
comic book 'scrapes' you are cancelling out of, i.e.:

"Cancel (23 remaining)"

Original comment by cban...@gmail.com on 6 Sep 2010 at 1:59