Modify ↓
#2726 closed Feature Request (Completed)
GUIListView, GUICtrlListView_GetGroupInfoByIndex
Reported by: | gary.delamer@… | Owned by: | Mat |
---|---|---|---|
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 Changed 10 years ago by Mat
- Milestone set to 3.3.11.6
- Owner set to Mat
- Resolution set to Completed
- Status changed from new to closed
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.
Added by revision [10129] in version: 3.3.11.6