FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Progress bar for Tasks (https://fileforums.com/showthread.php?t=94294)

altef_4 08-03-2013 23:01

Quote:

Originally Posted by danswano (Post 415049)
I have a small issue that there is no green progress bar at the windows task bar, is there a patched version of ISDone to enable it?

you must use new library "Win7TB.dll" to enabled task bar preview on win 7 with isdone.

danswano 09-03-2013 04:55

Thanks altef, can you explain how please? :)

yener90 09-03-2013 06:55

Quote:

Originally Posted by altef_4 (Post 415067)
you must use new library "Win7TB.dll" to enabled task bar preview on win 7 with isdone.

im also interested :o
where is this library?

altef_4 09-03-2013 07:31

1 Attachment(s)
Quote:

Originally Posted by yener90 (Post 415075)
im also interested :o
where is this library?

if you want, i can send it to you, but i forgot there is other way to do this

Quote:

Originally Posted by danswano (Post 415071)
Thanks altef, can you explain how please? :)

to future, i think, questions like yours must be in this thread

danswano 09-03-2013 08:24

Quote:

Originally Posted by altef_4 (Post 415077)
think, questions like yours must be in this thread.

You mean i should ask there or the answer is there already of how to integrate WIN7TBP?

altef_4 09-03-2013 11:10

Quote:

Originally Posted by danswano (Post 415083)
You mean i should ask there or the answer is there already of how to integrate WIN7TBP?

i mean if you have questions about inno setup, you must ask in that thread, as for win7tbp, i already upload example , look my previous post.

danswano 09-03-2013 11:31

Thank you very much dear altef, it's working fine but i'm wondering if it's possible to show the green progress bar for the tasks/install actions progress bar you provided for me in previous posts. :)

altef_4 09-03-2013 12:09

Quote:

Originally Posted by danswano (Post 415092)
Thank you very much dear altef, it's working fine but i'm wondering if it's possible to show the green progress bar for the tasks/install actions progress bar you provided for me in previous posts. :)

easy, change this
Code:

function SetPBPos:boolean;
begin
if (WizardForm.ProgressGauge.Max > 100) then WizardForm.ProgressGauge.Max:=100;
if (WizardForm.ProgressGauge.Position = 100) then WizardForm.ProgressGauge.Position:=0;
WizardForm.ProgressGauge.Position:=WizardForm.ProgressGauge.Position + WizardForm.ProgressGauge.Max div i2;
result:=true;
end;

to this
Code:

function SetPBPos:boolean;
begin
if (WizardForm.ProgressGauge.Max > 100) then WizardForm.ProgressGauge.Max:=100;
if (WizardForm.ProgressGauge.Position = 100) then WizardForm.ProgressGauge.Position:=0;
WizardForm.ProgressGauge.Position:=WizardForm.ProgressGauge.Position + WizardForm.ProgressGauge.Max div i2;
SetTaskBarProgressValue(WizardForm.ProgressGauge.Position);
result:=true;
end;



All times are GMT -7. The time now is 11:12.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com