Modify ↓
Opened 16 years ago
Closed 16 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 Changed 16 years ago by Jpm
comment:2 Changed 16 years ago by Gary
- Resolution set to No Bug
- Status changed from new to closed
Not a bug, just hadn't removed those old constants without the "A" till now.
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.
I was thinking with the suppression of ANSI support we don't need anymore such ...A definition