Modify

#3822 closed Bug (Completed)

Helpfile for MsgBox: Comment for return values TRY AGAIN and CONTINUE is missing

Reported by: water Owned by: Melba23
Milestone: 3.3.15.4 Component: Documentation
Version: 3.3.15.0 Severity: None
Keywords: MsgBox helpfile Cc:

Description

There is a footnote marker for the return values TRY AGAIN and CONTINUE but the footmark itself is missing.
According to this post
https://www.autoitscript.com/forum/topic/36786-msgbox-on-button-click-continue-script/
it should be something like this:
"Try Again" and "Continue" only work on Windows 2000/XP and above

Attachments (0)

Change History (5)

comment:1 by water, on May 20, 2021 at 10:42:48 AM

You have to use flag $MB_CANCELTRYCONTINUE to get this return values.
So the footnote might be something like this:
"Try Again" and "Continue" are returned when parameter flag is set to $MB_CANCELTRYCONTINUE. This only works on Windows 2000/XP and above

comment:2 by Melba23, on May 20, 2021 at 12:45:09 PM

You have add the correct flag to get any of the buttons to appear - I see no need for a note in this particular case.

3.3.14.0 (10th July, 2015) (Release) Minimum OS requirements are now Windows XP SP3 and Windows Server 2003 SP2

So these buttons will appear on any version of Windows on which AutoIt will currently run. So the double asterisks appear unnecessary and should be removed.

Happy?

M23

comment:3 by water, on May 23, 2021 at 8:51:27 PM

Yes, I'm happy :-)
Thanks a lot.
water

comment:4 by Jpm, on May 24, 2021 at 10:28:21 AM

Resolution: Works For Me
Status: newclosed

comment:5 by Melba23, on May 25, 2021 at 7:58:33 AM

Milestone: 3.3.15.4
Owner: set to Melba23
Resolution: Works For MeCompleted

Changed by revision [12542] in version: 3.3.15.4

Modify Ticket

Action
as closed The owner will remain Melba23.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.