Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progress bar ? #28

Open
tobadrobert opened this issue Apr 9, 2018 · 8 comments
Open

progress bar ? #28

tobadrobert opened this issue Apr 9, 2018 · 8 comments
Labels
help wanted Extra attention is needed

Comments

@tobadrobert
Copy link

Maybe add progress bar or something to inform of actual state in copy/cut files. (or %)

@craigwi
Copy link
Contributor

craigwi commented Apr 9, 2018

Yes, that would be nice.

@craigwi craigwi added the help wanted Extra attention is needed label Apr 10, 2018
@T8z5h3
Copy link

T8z5h3 commented Apr 10, 2018

why can't it not jest use the windows built in one (as if you dragged and dropped a file?

@NazmusLabs
Copy link
Contributor

@T8z5h3 I'm guessing that's because this app handles file move operations on its own. Remember that this predates Windows explorer, which today handles these things. Now, apps can hand of these tasks to Windows Explorer, and you see the native file copy dialog with progress bar. The app would need to remove it's own system and redirect the tasks to Windows explorer.

I'm not which approach is better, really. Keep the independent file operations and improve on it with things like adding progress bars, or let the underlying OS handle it.

@T8z5h3
Copy link

T8z5h3 commented Apr 10, 2018

for the version that is going to be close to the original keep it as is but for the other version i say use the o.s. as it has a better understanding of NTFS.

@ZanderBrown
Copy link

@T8z5h3 but then you start getting to the point of why don't you just use Windows Explorer?

@T8z5h3
Copy link

T8z5h3 commented Apr 10, 2018

well explorer is a good app file manager brings a lot of that functionality under one window, you can have two tree's open for copying, you have full network support,full system search, printing, folder sorting and also a full view of the folder tree.

@NazmusLabs
Copy link
Contributor

@T8z5h3 yeah, Windows Explorer is a broad set of feature, being a significant part of the shell, including the start menu, action center, taskbar, file copy, and File Explorer. Some file manager apps uses their own file copy system rather than using Windows Explorer because then the app gets more control of the copy operation and UI, but some uses Windows Explorer, which is why I am not sure which would be the best approach for WinFile. I see benefits and drawbacks in both approaches.

@ragnar76
Copy link

Please. Don't. I like it when it starts to copy the files right from the spot. Not waiting for counting files and then start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

6 participants