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)

comment:1 by KaFu, 5 years ago

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

in reply to:  1 comment:2 by anonymous, 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 J-Paul Mesnage, 5 years ago

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.