ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 IEFolderTree1.RootUsePIDL

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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