|
|
|
@ -375,19 +375,6 @@ Return Var
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; OnMsgbox Functions
|
|
|
|
|
;------------------------------------------------
|
|
|
|
|
OnMsgBoxUpdateAvailable() {
|
|
|
|
|
DetectHiddenWindows, On
|
|
|
|
|
Process, Exist
|
|
|
|
|
If (WinExist("ahk_class #32770 ahk_pid " . ErrorLevel)) {
|
|
|
|
|
ControlSetText Button1, Cancel
|
|
|
|
|
ControlSetText Button2, Install
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SaveCurrentChromeVersionToIniFile(){
|
|
|
|
|
|
|
|
|
|
if(InstalledChromeVersion = "")
|
|
|
|
@ -427,14 +414,7 @@ HasSubstringVal(haystack, needle)
|
|
|
|
|
|
|
|
|
|
; -------------------------------Functions-------------------------------
|
|
|
|
|
|
|
|
|
|
OnMsgBoxConfirmChromiumOverwrite() {
|
|
|
|
|
DetectHiddenWindows, On
|
|
|
|
|
Process, Exist
|
|
|
|
|
If (WinExist("ahk_class #32770 ahk_pid " . ErrorLevel)) {
|
|
|
|
|
ControlSetText Button1, Cancel
|
|
|
|
|
ControlSetText Button2, Yes
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; https://www.autohotkey.com/docs/v2/Functions.htm#Variadic
|
|
|
|
|
Join(sep, params*) {
|
|
|
|
@ -477,23 +457,6 @@ AddToTotalVideosUploadedCount(){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OnMsgBoxPodcastFinish() {
|
|
|
|
|
DetectHiddenWindows, On
|
|
|
|
|
Process, Exist
|
|
|
|
|
If (WinExist("ahk_class #32770 ahk_pid " . ErrorLevel)) {
|
|
|
|
|
WinMove,, 0
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
OnMsgBoxSocialMediaPoster() {
|
|
|
|
|
DetectHiddenWindows, On
|
|
|
|
|
Process, Exist
|
|
|
|
|
If (WinExist("ahk_class #32770 ahk_pid " . ErrorLevel)) {
|
|
|
|
|
ControlSetText Button1, Yes
|
|
|
|
|
ControlSetText Button2, Not Now
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Check_For_Stuck_Video_Upload(Index_Number, Upload_Status){
|
|
|
|
@ -616,8 +579,6 @@ CreateErrorLoggingFiles(Directory := ""){
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; if passed argument is .exe file, then script has just been updated and we need to delete the old .exe file
|
|
|
|
|
CheckIfUpdateInstalled(PassedInArgument :=""){
|
|
|
|
|
|
|
|
|
@ -631,4 +592,58 @@ CheckIfUpdateInstalled(PassedInArgument :=""){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; OnMsgbox - Custom Msgbox Screens
|
|
|
|
|
;------------------------------------------------
|
|
|
|
|
OnMsgBoxUpdateAvailable() {
|
|
|
|
|
DetectHiddenWindows, On
|
|
|
|
|
Process, Exist
|
|
|
|
|
If (WinExist("ahk_class #32770 ahk_pid " . ErrorLevel)) {
|
|
|
|
|
ControlSetText Button1, Cancel
|
|
|
|
|
ControlSetText Button2, Install
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; Show a user confirmation msgbox with a PROCEED and STOP buttons
|
|
|
|
|
; Used by the "Confirm before Submit" checkbox
|
|
|
|
|
OnMsgBoxUserConfirmation() {
|
|
|
|
|
DetectHiddenWindows, On
|
|
|
|
|
Process, Exist
|
|
|
|
|
If (WinExist("ahk_class #32770 ahk_pid " . ErrorLevel)) {
|
|
|
|
|
ControlSetText Button1, PROCEED
|
|
|
|
|
ControlSetText Button2, STOP
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
OnMsgBoxConfirmChromiumOverwrite() {
|
|
|
|
|
DetectHiddenWindows, On
|
|
|
|
|
Process, Exist
|
|
|
|
|
If (WinExist("ahk_class #32770 ahk_pid " . ErrorLevel)) {
|
|
|
|
|
ControlSetText Button1, Cancel
|
|
|
|
|
ControlSetText Button2, Yes
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OnMsgBoxPodcastFinish() {
|
|
|
|
|
DetectHiddenWindows, On
|
|
|
|
|
Process, Exist
|
|
|
|
|
If (WinExist("ahk_class #32770 ahk_pid " . ErrorLevel)) {
|
|
|
|
|
WinMove,, 0
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
OnMsgBoxSocialMediaPoster() {
|
|
|
|
|
DetectHiddenWindows, On
|
|
|
|
|
Process, Exist
|
|
|
|
|
If (WinExist("ahk_class #32770 ahk_pid " . ErrorLevel)) {
|
|
|
|
|
ControlSetText Button1, Yes
|
|
|
|
|
ControlSetText Button2, Not Now
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|