Modify ↓
Opened on Jun 1, 2009 at 6:02:29 PM
Closed on Jun 1, 2009 at 10:23:38 PM
Last modified on Jun 1, 2009 at 10:29:27 PM
#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:2 by , on Jun 1, 2009 at 10:09:02 PM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
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 , on Jun 1, 2009 at 10:23:38 PM
| Milestone: | → 3.3.1.1 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed in version: 3.3.1.1
comment:4 by , on Jun 1, 2009 at 10:29:27 PM
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...
Note:
See TracTickets
for help on using tickets.

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