Page 1 of 1

[Implemented] Regarding ExplorerGadget

Posted: Tue Jun 10, 2003 12:28 am
by fsw
The Flag #PB_Explorer_AutoSort is really doing his job.
If you use it, all is sorted: Drives, Directories and Files.
If you have drives with name like:

Engineering [E:]
Products [D:]
System [C:]

then it will be sorted this way.
But the Windows Explorer sorts only Directories not Drives.
The sorting should be this way...

System [C:]
Products [D:]
Engineering [E:]

And if you thouch it, then bring all Directories sorted on top (after the Drives of course) and after that the files, sorted.
If it's possible.

Posted: Tue Jun 10, 2003 12:46 am
by freak
Yes, I know this. Actually this flag only activates the 'autosort' flag of the ListView, and that dosn't care about files and folders.

If you don't use this flag, the Folders should all be on top, but not sorted.
I will consider this for the next update.

Timo

Posted: Tue Jun 10, 2003 4:33 am
by fsw
Thanks Timo,
your work is truly appreciated.

Franco