T O P I C R E V I E W |
klausdoege |
Posted - Jul 21 2022 : 06:44:18 Hello, if I IEFolderTree1.RootUsePIDL := true; set and network drives are present, but are not connected. Then it takes takes a long time for the program to continue. For IEFolderTree1.RootUsePIDL := false; Run it through without stopping. What can I do so that the program does not hang.
Klaus DigiFoto www.klausdoege.de |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jul 28 2022 : 23:17:37 Hi Klaus
It looks like its the enumeration of the shell object itself, so I don't think there is a way to improve that. We will remove network folder display by default.
Nigel Xequte Software www.imageen.com
|
klausdoege |
Posted - Jul 28 2022 : 12:44:13 Hello Nigel, It's a little better, but not ideal.
Klaus DigiFoto www.klausdoege.de |
xequte |
Posted - Jul 21 2022 : 22:57:05 Hi Klaus
If you add this code before initializing does it work without delay:
IEFolderTree1.ViewTypes := IEFolderTree1.ViewTypes + [ievtKnownNetworkDrives, ievtUnknownNetworkDrives];
Nigel Xequte Software www.imageen.com
|