Modify ↓
Opened 16 years ago
Closed 16 years ago
#1597 closed Bug (Fixed)
Debug.au3, Message box mode.
| Reported by: | anonymous | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.7.0 | Component: | Standard UDFs |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
Message box case is setting a none existing function. -> used with Execute() later on.
Probably should be the MsgBox function itself. (as that works)
Func _DebugSetup(Const $sTitle = Default, Const $bBugReportInfos = False, $vReportType = 1, $sLogFile = "") Case 3 ; Message box $__gsReportCallBack_Debug = "_Debug_MsgBox(266256, '" & $__gsReportWindowTitle_Debug & "',"
$__gsReportCallBack_Debug = "MsgBox(266256, '" & $__gsReportWindowTitle_Debug & "',"
Attachments (0)
Change History (1)
comment:1 by , 16 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [5786] in version: 3.3.7.0