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
 Password protected zip file... which file?

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
imageorganizernx Posted - Jan 22 2024 : 03:22:09
As can be seen from the callstack below and it's parameters, when an InputQuery dialog opens to ask for the zip file password, the filename has been thrown away and I don't know what file it's asking about.


Vcl.Dialogs.InputQuery('Specify Password for ZIP File','Specify Password: ','')
Vcl.Dialogs.InputBox(???,???,???)
iesettings.IEPromptForPassword($3FFFFE90C50,'Z:\My Downloads\CS4.zip',8292,'')
iexSevenZip.T7zInArchive.ExtractToStream(0,$FEB77F70,True)
imageenio.TImageEnIO.LoadZIP_SevenZip(nil,'Z:\My Downloads\CS4.zip',0,'',False)
imageenio.TImageEnIO.LoadFromFileZIP('Z:\My Downloads\CS4.zip',-1,'')
imageenio.TImageEnIO.LoadFromFile('Z:\My Downloads\CS4.zip',8292)
iemview.TIECustomMView.SetImageFromStreamOrFile(46,nil,'Z:\My Downloads\CS4.zip',0,8292)
iemview.TIECustomMView.SetImageFromFile(46,'Z:\My Downloads\CS4.zip',0,0)
iemview.TImageEnMView.InsertImage(46,'Z:\My Downloads\CS4.zip')
iemview.TImageEnMView.AppendImage('Z:\My Downloads\CS4.zip')


Image Organizer NX
2   L A T E S T    R E P L I E S    (Newest First)
imageorganizernx Posted - Jan 23 2024 : 01:03:26
Ok, thanks.

Image Organizer NX
xequte Posted - Jan 22 2024 : 22:03:56
Hi

You would be better to popup your own custom dialog in the OnPassword event:

https://www.imageen.com/help/TIEGlobalSettings.OnPassword.html


Nigel
Xequte Software
www.imageen.com