Modify ↓
#2726 closed Feature Request (Completed)
GUIListView, GUICtrlListView_GetGroupInfoByIndex
| Reported by: | 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 , 12 years ago
| Milestone: | → 3.3.11.6 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Added by revision [10129] in version: 3.3.11.6