tags:

views:

35

answers:

2

hello everybody. I want to do automatic installator system by AutoIt. But now i have problem. I cant activate and choose elements menu on the "select features" step.

I can choose any the element in the "tree". For it i use function

ControlTreeView($windowId, "", $h_tree, "Select", "#2")

How activate and choose elements menu in ControlTreeView?

Thank you. alt text

+2  A: 

You can do it with the keyboard.

I have done this in the past with with

send("{down}{space}{down}{down}{enter}")

combination. I know this can't be the best way to do it but it will work.

Copas
Thanks, but i have found the answer on the one of the sites. http://forum.oszone.net/thread-146460.html
alexey.chumagin
A: 

You can see answer on the question on the site http://forum.oszone.net/thread-146460.html

alexey.chumagin

related questions