PDA

View Full Version : ISDone (error) finish page


bairagyakushal4
28-03-2017, 06:13
:confused::confused::confused:I am having a problem with ISdone library error finish page. according to the library error page should be in red colour like this:
17839

But i am not getting the red colour:

17838
I know why this is happening,This is because of the code of stratching the image. Now how can i get the red colour for FinishedLabel and FinishedHeadingLabel if ISDone error occures.

Thank you.

Gupta
28-03-2017, 06:31
bairagi ji kya kar rahe ho yar yha post kar dete
[Google Translate from Hindi: "What are you doing, how can you post it"]
[Original translate from Hindi "What are you doing bro, can't you post it here"]
http://fileforums.com/showthread.php?t=93193

Solution:
GOTO Line 551
change
WizardForm.FinishedLabel.Font.Color:= clRed;
to
FinishedLabel.Font.Color:= clRed;

bairagyakushal4
28-03-2017, 09:06
Now it's working ,thanks very much:):):)