Modify ↓
Opened 3 years ago
Closed 3 years ago
#3846 closed Bug (Fixed)
Undefined constants
Reported by: | anonymous | Owned by: | Jpm |
---|---|---|---|
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)
comment:1 follow-up: ↓ 2 Changed 3 years ago by KaFu
comment:2 in reply to: ↑ 1 Changed 3 years ago by anonymous
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 Changed 3 years ago by Jpm
- Milestone set to 3.3.15.5
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [12587] in version: 3.3.15.5
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.
$LVKF_ALT = 0x0001
$LVKF_CONTROL = 0x0002
$LVKF_SHIFT = 0x0004