erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
571 stars 62 forks source link

Global Download Speed Limit Window Value #108

Closed hl2guide closed 3 years ago

hl2guide commented 4 years ago

Please consider improving the Global Download Speed Limit Window to show a value textbox (to the left) and a drop-down box (to the right).

The selections could be: - KB/s - MB/s

That way it's more human friendly 😸

erickutcher commented 4 years ago

I considered a drop-down menu, but liked the ability to fine tune the value without any extra clicks. If you hover over the textbox, it'll show a tooltip that gives you the formatted value.

hl2guide commented 4 years ago

Okay 👍 , is it possible to decrease the delay for showing the tooltip?

erickutcher commented 4 years ago

As long as you have the mouse hovered over the textbox and a tooltip is showing, then anything you type in it will update the tooltip immediately.

hl2guide commented 4 years ago

For me it's a tooltip delay of 1 second each time the value is changed.

erickutcher commented 4 years ago

This is what it should look like:

FQyvQxpuqW

Behaves the same on Windows 7 too. The delays are determined by Windows' double click speed. Maybe you have a setting on your system somewhere that's too high or too low?