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 |