Modify

Opened 17 years ago

Closed 17 years ago

#927 closed Bug (No Bug)

$msg[2] = 0x00000000 in TreeView

Reported by: Dennis.Miller@… Owned by:
Milestone: Component: AutoIt
Version: 3.3.0.0 Severity: None
Keywords: GUIGetMsg Cc: Dennis.Miller@…

Description

When using TreeView and GUIGetMsg(1) any time a items is selected the $msg array returns

$msg Array = '-11|0x00DE035C|0x00000000|41|105'

In the documentation it states that $msg[2] should be the control handle if I use

$msg[2] = _GUICtrlTreeView_GetSelection($tvSysInfo)

I can set the control handle in the array.

$array[0] = 0 or Event ID or Control ID
$array[1] = The window handle the event is from
$array[2] = The control handle the event is from (if applicable)
$array[3] = The current X position of the mouse cursor (relative to the GUI window)
$array[4] = The current Y position of the mouse cursor (relative to the GUI window)

Attachments (0)

Change History (1)

comment:1 by J-Paul Mesnage, 17 years ago

Resolution: No Bug
Status: newclosed

I am not sure to understand what you expect.
The $msg Array you post show that the event is a movemouse (-11) so there is not control handle for this event.
Please use the forum to get help before reporting a bug

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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