#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 Changed 4 years ago by water
comment:2 Changed 4 years ago by Melba23
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 Changed 4 years ago by water
Yes, I'm happy :-)
Thanks a lot.
water
comment:4 Changed 3 years ago by Jpm
- Resolution set to Works For Me
- Status changed from new to closed
comment:5 Changed 3 years ago by Melba23
- Milestone set to 3.3.15.4
- Owner set to Melba23
- Resolution changed from Works For Me to Completed
Changed by revision [12542] in version: 3.3.15.4
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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