Changes between Initial Version and Version 1 of Ticket #2949


Ignore:
Timestamp:
11/27/14 08:11:03 (9 years ago)
Author:
Jpm
Comment:

Your code is incomplete to be executed.

Can you add how $wnd and $_LAMTreeControl are set?

Thanks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2949 – Description

    initial v1  
    11Select Item selects the wrong item on a tree 7 levels deep
    2 Code --
     2{{{
    33ControlTreeView ( $hWnd, '', $_LAMTreeControl, "expand","#0")
    44ControlTreeView ( $hWnd, '', $_LAMTreeControl, "expand","#0|#0")
     
    3939$ret=ControlTreeView ( $hWnd, '', $_LAMTreeControl, "GetSelected",1)
    4040ConsoleWrite("$ret " & $ret & @CRLF)
     41}}}
    4142
    4243Output