Modify ↓
Opened on Jul 29, 2021 at 7:28:31 AM
Closed on Aug 7, 2021 at 5:42:41 PM
#3846 closed Bug (Fixed)
Undefined constants
| Reported by: | anonymous | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.15.5 | Component: | Standard UDFs |
| Version: | 3.3.15.4 | Severity: | None |
| Keywords: | Cc: |
Description
The following constants are used in the documentation ($tagNMITEMACTIVATE) but are not defined anywhere:
$LVKF_ALT $LVKF_CONTROL $LVKF_SHIFT
Attachments (0)
Change History (3)
follow-up: 2 comment:1 by , on Jul 31, 2021 at 12:03:21 PM
comment:2 by , on Aug 1, 2021 at 8:54:41 PM
Replying to KaFu:
$LVKF_ALT = 0x0001
$LVKF_CONTROL = 0x0002
$LVKF_SHIFT = 0x0004
I don’t know what you meant by that. Nothing prevents me from defining them myself. But if they are used in the documentation, they must be defined in *Constants.au3
comment:3 by , on Aug 7, 2021 at 5:42:41 PM
| Milestone: | → 3.3.15.5 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [12587] in version: 3.3.15.5
Note:
See TracTickets
for help on using tickets.

$LVKF_ALT = 0x0001
$LVKF_CONTROL = 0x0002
$LVKF_SHIFT = 0x0004