added sample function call

main
Yuriy 4 months ago
parent 997ee862ed
commit 20c2f44b0c

@ -609,7 +609,16 @@ GetDateOrdinalSuffix(D) {
; OnMsgbox - Custom Msgbox Screens
;------------------------------------------------
ConfirmBeforeSubmitMsgboxFunc(){
/*
; Snippet to for check:
if (ConfirmBeforeSubmit && ConfirmBeforeSubmitMsgboxFunc() != true) {
Message = User Selected STOP button when asked for confirmation. Cancelling Rest of Site Upload.
SaveOrPostProgress(Message:=Message, PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging")
return
}
*/
OnMessage(0x44, "OnMsgBoxUserConfirmation")
MsgBox 0x21, User Confirmation, Please check that all data was input correctly and fix any mistakes and then click PROCEED to finalize the Upload.`n`nClick STOP to cancel the rest of this Upload and move on to the next website.
OnMessage(0x44, "")
@ -621,6 +630,12 @@ ConfirmBeforeSubmitMsgboxFunc(){
}
}
OnMsgBoxUpdateAvailable() {
DetectHiddenWindows, On
Process, Exist

Loading…
Cancel
Save