Modify

#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)

comment:1 by KaFu, on Jul 31, 2021 at 12:03:21 PM

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

in reply to:  1 comment:2 by anonymous, 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 J-Paul Mesnage, on Aug 7, 2021 at 5:42:41 PM

Milestone: 3.3.15.5
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [12587] in version: 3.3.15.5

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.