Modify ↓
Opened 5 years ago
Closed 5 years ago
#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 , 5 years ago
comment:2 by , 5 years ago
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 , 5 years ago
| 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