|
|
|
#1
|
|||
|
|||
|
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;
can you details, please? SORRY, MY ENGLISH'S BAD Last edited by triviet4; 05-11-2013 at 16:13. |
| The Following User Says Thank You to triviet4 For This Useful Post: | ||
aj12345 (27-11-2013) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
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; Code:
DirectXCB.Enabled:=False; VisualCCB.Enabled:=False; SocialCB.Enabled:=False; ShortcutCB.Enabled:=False; Last edited by sentinelks; 05-11-2013 at 23:19. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |