Modify

Opened 12 years ago

Closed 12 years ago

Last modified 3 years ago

#2726 closed Feature Request (Completed)

GUIListView, GUICtrlListView_GetGroupInfoByIndex

Reported by: gary.delamer@… Owned by: Matt Diesel
Milestone: 3.3.11.6 Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

I use listview in my autoit projects and i need to know the GroupID for an Item in my ListView.

I've 2 tables in my Database and i use a request for populate my listview, a field with integer value is used for creating group in my listview. When i click an item i can't read with this function the GroupID.

If you make a little modification in GUIListView.au3
Now for an item i can read directly the GroupID in the returned array.

Line 1707:

Local $aGroup[3] ; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Add an element
    $aGroup[2] = DllStructGetData($tGroup, "GroupID") ; <<<<< Set the new element

Thank's

sorry for my bad English.

Attachments (0)

Change History (1)

comment:1 by Matt Diesel, 12 years ago

Milestone: 3.3.11.6
Owner: set to Matt Diesel
Resolution: Completed
Status: newclosed

Added by revision [10129] in version: 3.3.11.6

Modify Ticket

Action
as closed The owner will remain Matt Diesel.

Add Comment


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