Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-11-2013, 15:55
triviet4 triviet4 is offline
Registered User
 
Join Date: Mar 2009
Location: Vietnamese
Posts: 4
Thanks: 2
Thanked 5 Times in 4 Posts
triviet4 is on a distinguished road
i want all checked

i found those line

Code:
  ShortcutCB := TNewCheckBox.Create(WizardForm);
  with ShortcutCB do
  begin
    Parent := WizardPanel;
    Left :=(116);
    Top :=(299);
    Width := ScaleX(14);
    Height := ScaleY(14);
  end;



  DirectXCB := TNewCheckBox.Create(WizardForm);
  with DirectXCB do
  begin
    Parent := WizardPanel;
    Left :=(116);
    Top :=(320);
    Width := ScaleX(14);
    Height := ScaleY(14);
  end;



  VisualCCB := TNewCheckBox.Create(WizardForm);
  with VisualCCB do
  begin
    Parent := WizardPanel;
    Left :=(250);
    Top :=(320);
    Width := ScaleX(14);
    Height := ScaleY(14);
  end;


  SocialCB := TNewCheckBox.Create(WizardForm);
  with SocialCB do
  begin
    Parent := WizardPanel;
    Left :=(410);
    Top :=(320);
    Width := ScaleX(14);
    Height := ScaleY(14);
  end;
but paste what line? under those line..
can you details, please?

SORRY, MY ENGLISH'S BAD

Last edited by triviet4; 05-11-2013 at 16:13.
Reply With Quote
The Following User Says Thank You to triviet4 For This Useful Post:
aj12345 (27-11-2013)
Sponsored Links
  #2  
Old 05-11-2013, 23:01
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
triviet4

all checked yes

copy in:
if CurPageID=wpSelectDir then
begin

DirectXCB.Checked:=True;
VisualCCB.Checked:=True;
SocialCB.Checked:=True;
ShortcutCB.Checked:=True;


CheckAll
Code:
DirectXCB.Checked:=True;
VisualCCB.Checked:=True;
SocialCB.Checked:=True;
ShortcutCB.Checked:=True;
-------------------------------------------

Enabled True or False
True..
Code:
DirectXCB.Enabled:=True;
VisualCCB.Enabled:=True;
SocialCB.Enabled:=True;
ShortcutCB.Enabled:=True;
False..
Code:
DirectXCB.Enabled:=False;
VisualCCB.Enabled:=False;
SocialCB.Enabled:=False;
ShortcutCB.Enabled:=False;

Last edited by sentinelks; 05-11-2013 at 23:19.
Reply With Quote
The Following 3 Users Say Thank You to sentinelks For This Useful Post:
aj12345 (27-11-2013), mht1526 (30-03-2015), triviet4 (06-11-2013)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
Blackbox Inno Setup Script Kurutucu Conversion Tutorials 1190 18-08-2019 22:43
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
NASCAR The Game 2013 (inno setup script) sentinelks PC Games - CD/DVD Conversions 28 08-09-2013 20:30
Copy file with Inno Setup Script emrahcey Software 1 02-07-2010 08:24



All times are GMT -7. The time now is 06:32.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com