PDA

View Full Version : ISComponent libraries


Jiva newstone
01-06-2018, 22:54
ISComponent1 - CircularProgressbar
Now, this fmx Based Circular PB can be implement in all type of Installer,
If any error comment on this,
You have use Html color, i will add function to convert TColor to TAlphacolor

Fixed, but not fully - you have manullay pos the left and top

Jiva newstone
01-06-2018, 22:57
Use just color picker to convert Tcolor(delphi) to Html color and put the color value in the
iss file with $, eg $FFF9F9F9(dimmed while)

Jiva newstone
03-06-2018, 03:12
and here the wpi with ISComponent1 - Circular Progressbar

masen485
03-06-2018, 03:27
ISComponent1 - Circular Progressba
Please, How to activate Elapsed Time & Remaining Time?
Thank

Added Elapsed/Remaining Time to installer

Jiva newstone
03-06-2018, 03:33
i Just showed that it is implemented in wpi,

Jiva newstone
03-06-2018, 03:36
@masen485 Create a new label and Go to the ProgressCallback function and use Timestr1 for Remaining time and TimeStr2 for Elasped time

masen485
03-06-2018, 03:46
Please help please

Jiva newstone
03-06-2018, 04:23
added Remaining time and Elasped time ,
try to use Default iss given instead of using folder iss,

KaktoR
04-06-2018, 09:49
What means "Thickness" exactly?

The green circle maybe?

Jiva newstone
04-06-2018, 23:02
yes, the Green arc width, u can use 10 or 12 or 15 and don't exceed the 15,
because not nice to look!

KaktoR
05-06-2018, 06:27
Ok thanks. Will make a CIU demo

Jiva newstone
07-06-2018, 04:53
a Little Fix
Fixed something,

Siber Pro
08-06-2018, 00:11
and here the wpi with ISComponent1 - Circular Progressbar

Hi
There Is Some Errors when I Want Use That To Compress Internal
I Mean I Added For Internal Compress And False The Archives:

DiskSpanning=False
EnableDirDoesntExistWarning=no
Compression=lzma/ultra
InternalCompressLevel=ultra
DiskSliceSize=736000000

[Files]
;Source: "N:\Far Cry 5\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

Jiva newstone
08-06-2018, 00:42
Hi
There Is Some Errors when I Want Use That To Compress Internal
I Mean I Added For Internal Compress And False The Archives:

DiskSpanning=False
EnableDirDoesntExistWarning=no
Compression=lzma/ultra
InternalCompressLevel=ultra
DiskSliceSize=736000000

[Files]
;Source: "N:\Far Cry 5\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Then change the progresspos to native progressgauge like this
Like this,
ProgressPos(wizardform.progressgauge.position,wiza rdform.progressgauge.max,wizardform.progressgauge. position);
Before set the wizardform.progressgauge.max:=1000;

Siber Pro
09-06-2018, 22:52
When Prog is Uninstalling showin an Error

Jiva newstone
10-06-2018, 02:15
When Prog is Uninstalling showin an Error

sorry i wrongly placed some codes in deinitialize of uninstallation;
so her the fix

Siber Pro
13-06-2018, 05:00
sorry i wrongly placed some codes in deinitialize of uninstallation;
so her the fix

tanks for everything.
just why u disabled the lockscreen form ?
please enable that and sent again.