Opened 17 years ago
Closed 17 years ago
#619 closed Bug (Fixed)
_GuiCtrlListView_SetItemSelected Problem (confirmed problem)
| Reported by: | anonymous | Owned by: | Gary |
|---|---|---|---|
| Milestone: | 3.2.13.10 | Component: | Standard UDFs |
| Version: | 3.2.13.9 | Severity: | None |
| Keywords: | Cc: |
Description
Here was the original bug report -
In function _GUICtrlListView_SetItemSelected,has memory problem
$pMemory = _MemInit($hWnd, $iSize, $tMemMap)
_MemWrite($tMemMap, $pItem, $pMemory, $iSize)
$iResult = _SendMessage($hWnd, $LVM_SETITEMSTATE, $iIndex, $pItem, 0, "wparam", "ptr")
_MemFree($tMemMap)
Where $pItem should be changed to $pMemory.
I confirmed the problem under Vista. Unless $pMemory is used, this function fails to set desktop items selected. Under XP I seem to remember it crashing explorer as well, but I can't re-test that.
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
| Component: | AutoIt → Standard UDFs |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
The previous bug report was ambiguous at best.
This will be fixed shortly.
comment:3 by , 17 years ago
| Milestone: | → 3.2.13.10 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed in version: 3.2.13.10

Sorry, this is me, forgot to set my name for the post.