Modify

Opened 14 years ago

Closed 14 years ago

#1597 closed Bug (Fixed)

Debug.au3, Message box mode.

Reported by: anonymous Owned by: Jpm
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 Changed 14 years ago by Jpm

  • Milestone set to 3.3.7.0
  • Owner changed from Gary to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [5786] in version: 3.3.7.0

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.