You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. I used your example shown at progdigy related to progressbar but instead of
7zip format I tried to uncompress an ISO image
with CreateInArchive(CLSID_CFormatUdf) do
begin
OpenFile('d:\myiso.iso'); //udf iso
SetProgressCallback(nil, ProgressCallback);
ExtractTo('e:\'); //a pendrive
end;
2. If progressbar is not used, then it works as expected.
3. BTW: program becomes unresponsive.
What is the expected output? What do you see instead?
Progressbar working, but I only see error.
What version of the product are you using? On what operating system?
1.2
Please provide any additional information below.
Thanks by advance. Great component. I'm using Delphi 7.
Original issue reported on code.google.com by [email protected] on 24 Mar 2012 at 7:38
The text was updated successfully, but these errors were encountered:
The demo is incorrect. (VCL-components are not thread-safe)
Attached is a demo on how it could work, idea taken from the JCL.
Unfortunately still the progress doesn't really work right that way - but
better than a crash.
Cheers,
Ralf
Original issue reported on code.google.com by
[email protected]
on 24 Mar 2012 at 7:38The text was updated successfully, but these errors were encountered: