View Single Post
  #570  
Old 03-10-2017, 11:24
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves 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;
lower the game size like i said i have installed games with the script
if it detects you don't have enough disk space based on you're settings it will disable the buttons
__________________
Ideas are bulletproof...
Reply With Quote