lee321987 Posted May 20, 2021 Share Posted May 20, 2021 (edited) In the MsgBox help page in the section "Return Value" is this list, anyone know why the last two have double asterisks (**)? Button Pressed Return Value OK $IDOK (1) CANCEL $IDCANCEL (2) ABORT $IDABORT (3) RETRY $IDRETRY (4) IGNORE $IDIGNORE (5) YES $IDYES (6) NO $IDNO (7) TRY AGAIN ** $IDTRYAGAIN (10) CONTINUE ** $IDCONTINUE (11) Edited May 21, 2021 by lee321987 change title Link to comment Share on other sites More sharing options...
water Posted May 20, 2021 Share Posted May 20, 2021 Seems TRY AGAIN and CONTINUE only work on Windows XP and 2000. lee321987 1 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
lee321987 Posted May 20, 2021 Author Share Posted May 20, 2021 (edited) Ah okay thank you. Edited May 20, 2021 by lee321987 Link to comment Share on other sites More sharing options...
water Posted May 20, 2021 Share Posted May 20, 2021 Full text of the footmark is: "Try Again" and "Continue" only work on Windows 2000/XP and above My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
lee321987 Posted May 20, 2021 Author Share Posted May 20, 2021 Just now, water said: Full text of the footmark is: "Try Again" and "Continue" only work on Windows 2000/XP and above That footnote isn't in my version of AutoIt. Are you reading the help from an old version? Link to comment Share on other sites More sharing options...
water Posted May 20, 2021 Share Posted May 20, 2021 No, it is missing in all versions of the help file. But the post I linked you to holds this footnote. I have already opened a trac ticket so the footnote will be added to future help files. I will do some tests to check if the footnote is correct. lee321987 1 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
water Posted May 20, 2021 Share Posted May 20, 2021 Done. You have to set parameter "flag" to $MB_CANCELTRYCONTINUE to get return values $IDTRYAGAIN or $IDCONTINUE Works here with Windows 10 and AutoIt 3.3.14.5 FrancescoDiMuro and lee321987 1 1 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now