Modify

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 wraithdu, 17 years ago

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

comment:2 by Gary, 17 years ago

Component: AutoItStandard UDFs
Owner: set to Gary
Status: newassigned

The previous bug report was ambiguous at best.

This will be fixed shortly.

comment:3 by Gary, 17 years ago

Milestone: 3.2.13.10
Resolution: Fixed
Status: assignedclosed

Fixed in version: 3.2.13.10

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.