diff --git a/General-Functions.ahk b/General-Functions.ahk index 1682180..0125bbe 100644 --- a/General-Functions.ahk +++ b/General-Functions.ahk @@ -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