Indigo Rose Software
  #1  
Old 02-21-2007
forum forum is offline
Forum Member
 
Join Date: Feb 2006
Posts: 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;
Reply With Quote
  #2  
Old 04-07-2007
ansmith ansmith is offline
Forum Member
 
Join Date: Apr 2007
Posts: 1
hi,

Good smaples for beginner, I am just newbie here,

Thanks.
Reply With Quote
  #3  
Old 09-29-2009
euverve euverve is offline
Forum Member
 
Join Date: Sep 2009
Posts: 2
Any screen shots?
Reply With Quote
Reply

Thread Tools
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


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.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software