Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1000 closed Bug (Fixed)

Error Message

Reported by: GEOSoft Owned by: Gary
Milestone: 3.3.1.1 Component: AutoIt
Version: 3.3.1.0 Severity: None
Keywords: Cc:

Description

_GUICtrlListBox_Create with 3.3.1.0 beta result error message
_WinAPI_CreateWindowEx: Cannot find window class

Attachments (0)

Change History (4)

comment:1 by Valik, 17 years ago

Damn it George. See #993. We'll re-open a ticket once somebody is able to demonstrate the issue.

comment:2 by Gary, 17 years ago

Owner: set to Gary
Status: newassigned

I can reproduce. Someone changed:

	$hList = _WinAPI_CreateWindowEx($iExStyle, $__LISTBOXCONSTANT_ClassName & "|TListbox", "", $iStyle, $iX, $iY, $iWidth, $iHeight, $hWnd, $nCtrlID)

from

	$hList = _WinAPI_CreateWindowEx($iExStyle, $__LISTBOXCONSTANT_ClassName, "", $iStyle, $iX, $iY, $iWidth, $iHeight, $hWnd, $nCtrlID)

the & "|TListbox" doesn't belong in that call

comment:3 by Gary, 17 years ago

Milestone: 3.3.1.1
Resolution: Fixed
Status: assignedclosed

Fixed in version: 3.3.1.1

comment:4 by Valik, 17 years ago

I've committed some additional changes, Gary. Obviously that concatenated string should have been a variable. I hope the same stupid code isn't in other files...

Modify Ticket

Action
as closed The owner will remain Gary.

Add Comment


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