
19-10-2015, 13:37
|
 |
Noob
|
|
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
|
|
Quote:
Originally Posted by rinaldo
in ultra arc original there was an error (does not close the pop-up > perhaps forgotten by razor) now appears to be working
Code:
MsgResult:=MsgBox(GetMessage(4,ExtractFileName(Data[i - 1].Arc[1]),'')+#13 +
GetMessage(5,ExtractFileName(Data[i - 1].Arc[3]),ExtractFileName(Data[i - 1].Arc[1])), mbConfirmation, MB_OKCANCEL);
if MsgResult = mrCancel then WizardForm.CancelButton.OnClick(nil);
ISDoneError := True; //so removes the popup message
Script Reference Post
-
Script UltraArc
|
yep, i definitely forgot. Nice script by the way
|