Modify ↓
Opened 15 years ago
Closed 15 years ago
#1241 closed Bug (Fixed)
Invalid MsgBox flag cause exit without warning
Reported by: | scriptonize | Owned by: | |
---|---|---|---|
Milestone: | 3.3.1.4 | Component: | AutoIt |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | MsgFlag | Cc: |
Description
Hi,
I recently discovered this strange behavior of the MsgBox() function.
When I enter a wrong/unknown flag number the app will exit, without any warning (The exit code on the console = 0).
I've attached a zip file with sample code, console output and debug info.
If you need more info please do contact me through this email address:
u.mail2@…
Cheers, Scriptonize
Attachments (1)
Change History (2)
Changed 15 years ago by scriptonize
comment:1 Changed 15 years ago by Valik
- Resolution changed from No Bug to Fixed
- Status changed from new to closed
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.
Note: See
TracTickets for help on using
tickets.
MsgFlag.zip with example and info about the bug