Modify

Opened 15 years ago

Closed 15 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 Changed 15 years ago by Jpm

  • Resolution set to No Bug
  • Status changed from new to closed

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

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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.