Modify ↓
#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 Changed 15 years ago by Valik
comment:2 Changed 15 years ago by Gary
- Owner set to Gary
- Status changed from new to 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 Changed 15 years ago by Gary
- Milestone set to 3.3.1.1
- Resolution set to Fixed
- Status changed from assigned to closed
Fixed in version: 3.3.1.1
comment:4 Changed 15 years ago by Valik
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...
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.
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.