thank you so much!
Macro Macro5
When I type the letter n, the AT list shows that the last item is selected, but the Name... is not selected
Macro Macro5
int w=win("LINQPad 7" "*.Window.*")
;int c=child("" "WindowsForms10.Window.8.app.0.2aeb54d_r3_ad1" w 0x0 "wfName=panEditor") ;;NO
int c=child("" "*.Window.*" w 0x0 "wfName=panEditor") ;;OK
c=GetWindow(c GW_CHILD)
;_s.getwintext(c); out _s ;;NO
Acc a1.FromWindow(c); out a1.Name ;;OK
When I type the letter n, the AT list shows that the last item is selected, but the Name... is not selected
![[Image: aa.png]](https://i.ibb.co/RzHMPVp/aa.png)