Quote:
Originally Posted by Chayan Manna
Example of WinTB....
|
thnx winTB bug has been fixed.
I have another bug which causing the next button layout as enabled though next button is disabled.
Pl suggest the changes.
I am using the below code:
if (FreeMB<{#AppSize}) then begin
ButtonSetEnabled(NextBtn1, False);
FreeSpaceLabel.Font.Name:='Segoe UI SemiBold';
FreeSpaceLabel.Font.Color:=clRed;
end else begin
ButtonSetEnabled(NextBtn1, True);
FreeSpaceLabel.Font.Name:=PartitionSpaceLabel.Font .Name;
FreeSpaceLabel.Font.Color:=PartitionSpaceLabel.Fon t.Color;
end;