Page 1 of 1
Please add a Pause/Resume button
Posted: Mon Feb 01, 2016 12:26 am
by dfhtextpipe
Sometimes it would be very convenient to pause a filter and resume later.
i.e. For a filter that usually takes minutes rather than seconds to complete.
e.g. If you get an incoming Skype call, and you need more CPU percentage, etc.
cf. The Firefox downloader has a Pause/Resume control.
Best regards,
David
Re: Please add a Pause/Resume button
Posted: Mon Feb 22, 2016 4:11 pm
by DataMystic Support
This is now ready for the next release
Re: Please add a Pause/Resume button
Posted: Mon Feb 22, 2016 10:05 pm
by dfhtextpipe
Thanks!
In the default label for the Go - Process Files button, there seems to be some truncated text.
Just noticed this after installing the Beta, which doesn't yet include the Pause/Resume.
btw. Why does this label change after opening an filter?
The label changes to Go - Real (F9) and the tooltip text changes too.
David
Re: Please add a Pause/Resume button
Posted: Tue Feb 23, 2016 12:05 pm
by DataMystic Support
It has 3 states depending on the Output Mode of the output filter:
I am going to change this to just 'Go (F9)' - do you think the mode information is useful?
0 :
beginButton.caption := loadResourceStr( 4870, '&Go-Real (F9)' );
beginButton.hint := loadResourceStr( 4880, 'Begin transform in real mode (original files may be altered)' );
end;
1 : begin
beginButton.caption := loadResourceStr( 4850, '&Go-Test (F9)' );
beginButton.hint := loadResourceStr( 4860, 'Begin transform in test mode (original files will not be altered)' );
end;
2 : begin
beginButton.caption := loadResourceStr( 4851, '&Go-Backup (F9)' );
beginButton.hint := loadResourceStr( 4861, 'Begin transform in backup mode (original files will have .bak added to them)' );
Re: Please add a Pause/Resume button
Posted: Wed Feb 24, 2016 11:19 pm
by dfhtextpipe
The width of the button needs fixing to prevent the longest label being truncated.
Best regards,
David
Re: Please add a Pause/Resume button
Posted: Thu Feb 25, 2016 11:03 am
by DataMystic Support
I'd rather keep the button the same and put the text elsewhere. I'm still exploring where best to put it