|
#1
|
|||
|
|||
|
New Finish Dialog
This is simple... only with Factory
1. Delete your default Finish dialog 2. Put dialog check buttons. Import 2 check buttons 3. Diasbla all button except Finish 4. onNext put this script Code:
result1 = DlgCheckBox.GetProperties(CTRL_CHECK_BOX_01);
-- These actions are performed before the screen is shown.
result2 = DlgCheckBox.GetProperties(CTRL_CHECK_BOX_01);
sApplication = "%AppFolder%\\Centrala.exe"
if (check01) then
File.OpenURL('http://www.yourfirmsait.com/', SW_SHOWNORMAL);
end;
if (check02) then
File.Open(SessionVar.Expand("%AppFolder%\\Centrala.exe"), '%AppFolder%\\', SW_SHOWNORMAL);
end;
error = Application.GetLastError();
if (error ~= 0) then
Dialog.Message("Error_1", _tblErrorMessages[error], MB_OK, MB_ICONEXCLAMATION);
end;
Screen.Next();
if Dialog.Message('Restart', 'Do you wana to restart?', MB_YESNO, MB_ICONQUESTION, MB_DEFBUTTON1) == IDYES then
System.Reboot();
else
Application.Exit(0);
end;
|
|
#2
|
|||
|
|||
|
hi,
Good smaples for beginner, I am just newbie here, Thanks. |
|
#3
|
|||
|
|||
|
Any screen shots?
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| add dialog | bobbie | AutoPlay Media Studio 6.0 | 3 | 01-15-2007 11:37 AM |
| Install driver finish then show a Dialog Message.... | porsha | AutoPlay Media Studio 5.0 | 4 | 11-17-2006 12:36 AM |
| Displaying a Save As Dialog | Desmond | AutoPlay Media Studio 5.0 Examples | 0 | 10-01-2003 04:53 PM |
| Using the Status Dialog Window | Desmond | AutoPlay Media Studio 5.0 Examples | 0 | 09-22-2003 03:52 PM |
| MDAC dialog box pops up. How to remove it ? | weld | Setup Factory 6.0 | 0 | 12-11-2002 08:14 AM |
All times are GMT -6. The time now is 09:18 PM.








Linear Mode

