Modify ↓
Opened 17 years ago
Closed 17 years ago
#776 closed Bug (No Bug)
$LVM_GETITEM missing in ListViewConstants.au3
| Reported by: | Zedna | Owned by: | Gary |
|---|---|---|---|
| Milestone: | Component: | Standard UDFs | |
| Version: | 3.2.12.1 | Severity: | None |
| Keywords: | Cc: |
Description
There is
Global Const $LVM_GETITEMA = ($LVM_FIRST + 5) Global Const $LVM_GETITEMW = ($LVM_FIRST + 75)
but in TreeViewConstants.au3 there is
Global Const $TVM_GETITEMA = $TV_FIRST + 12 Global Const $TVM_GETITEM = $TVM_GETITEMA
So I think it should be in the same way in all UDFs.
so add to ListViewConstants.au3
Global Const $LVM_GETITEM = $LVM_GETITEMA
In the same way should be corrected also other constants.
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Not a bug, just hadn't removed those old constants without the "A" till now.
Note:
See TracTickets
for help on using tickets.

I was thinking with the suppression of ANSI support we don't need anymore such ...A definition