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.ViewTypes :ievtZipFiles

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
jrpcguru Posted - Mar 24 2022 : 14:57:26
I modified the demo, OnCreate with:
IEFolderTree1.ViewTypes := IEFolderTree1.ViewTypes + [ievtHiddenFolders, ievtZipFiles, ievtOtherSystemFolders];

Now when I expand the view in the tree panel, it includes Zip files as if they are folders. If I click on any of those Zip files, I get an "Error trying to create file handle for {file name}. Error Code 123."

At first I thought this might be because I have WinZip installed on my main computer so File Explorer doesn't expand Zip files and treat them as folders. I ran the program on another machine that does not have WinZip and the same thing happened. When I double click the Zip file in the right hand panel, IEFolderMView, it operates as expected.

Removing the ievtZipFiles corrects the problem, and then IEFolderMView still correctly displays WinZip on my main machine or expands the folders like File Explorer on the other machine. So, I will remove ievtZipFiles from my File Manager program, but I wonder what was its purpose?

J.R.
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Mar 24 2022 : 21:27:12
Hi JR

OK, the issue here is that TImageEn*MView does not support zip folder browsing. We will make it fail more gracefully in the next update.

Nigel
Xequte Software
www.imageen.com
jrpcguru Posted - Mar 24 2022 : 20:01:05
Win 10 fully updated
This is the Demos\Multi\Explorer\ExplorerDemo.exe.
The error happens immediately when I click on the Zip file in the tree panel. It does transmit the name of the Zip file to the text field that contains the Folder name.

J.R.
xequte Posted - Mar 24 2022 : 16:47:46
Hi JR

What type of control are you using to display the folder content? Is the error rising in that control or in TIEFolderTree?

What version of Windows are you using?

Nigel
Xequte Software
www.imageen.com