[Implemented] Regarding ExplorerGadget

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

[Implemented] Regarding ExplorerGadget

Post 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.

I am to provide the public with beneficial shocks.
Alfred Hitshock
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post 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
quidquid Latine dictum sit altum videtur
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Thanks Timo,
your work is truly appreciated.

Franco

I am to provide the public with beneficial shocks.
Alfred Hitshock
Post Reply