Please Christian, read inside. Info for BackGrnd operations
Moderators: Hacker, petermad, Stefan2, white
Please Christian, read inside. Info for BackGrnd operations
Hi Ch. Ghisler,
During long and multiple Copy/Delete/Move operations in the background, I sometimes forget which small window does what (<BG> I am a long time user, so relatively old <VBG>).
It would be really nice if by hovering over the bacground reduced window a 'Hint' showed up with legible text about the operation (like: "Copying *.jpg from d:\photos to j:\photos backup", or: "Deleting all *.bak from d:\delphi\Wincmd...)
During long and multiple Copy/Delete/Move operations in the background, I sometimes forget which small window does what (<BG> I am a long time user, so relatively old <VBG>).
It would be really nice if by hovering over the bacground reduced window a 'Hint' showed up with legible text about the operation (like: "Copying *.jpg from d:\photos to j:\photos backup", or: "Deleting all *.bak from d:\delphi\Wincmd...)
- ghisler(Author)
- Site Admin
- Posts: 50934
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
It would be nice, and it's already on my wish list! Unfortunately the background transfer manager and other background dialogs aren't Delphi forms (they are not thread-safe), but normal Windows dialogs. It's not done in 5 minutes to create such hint windows with only Windows methods. Therefore I have postponed it to a later version, sorry.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
But TC could provide an delphi form (e.g. an optional popped-up window)ghisler(Author) wrote:It would be nice, and it's already on my wish list!
Unfortunately the background transfer manager and other background
dialogs aren't Delphi forms (they are not thread-safe), but normal Windows
dialogs. It's not done in 5 minutes to create such hint windows with only
Windows methods. Therefore I have postponed it to a later version, sorry.
with an list off all running back ground jobs?
- ghisler(Author)
- Site Admin
- Posts: 50934
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Currently not - sometimes these job windows are created within the thread, which isn't possible with Delphi forms.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com