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 J-Paul Mesnage, 16 years ago

Milestone: 3.3.7.0
Owner: changed from Gary to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [5786] in version: 3.3.7.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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