View Single Post
  #586  
Old 04-10-2017, 09:23
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
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;
Can someone help on this??
Reply With Quote
Sponsored Links