Jump to content

>SOLVED> Why doesn't work and other stuff!


palba
 Share

Recommended Posts

<HI All My Autoit Friends>

I'm trying to do a simple thing but it doesn't work.

I have to select a command in a menu.

It the third item in a menu. I can selected the box and with send("arrowdown") I can move down.

I've wrote two send("arrowdown"), but it move just one time. The Final result is the picture included.

Once thing more.

I need to load a file, so with this command it open a standard windows File list window.

How can I select a file from that list?

I select the name file in the window or I can use a commend that click that file?

Thanks a lot for you help

Kind regards

Paul

post-42920-1227278769_thumb.jpg

Edited by palba
Link to comment
Share on other sites

try send("{down 2}")

also give more time between sends with:

AutoItSetOption("SendKeyDelay", 100) ;send key delay

put the option at the top of your script

please if this works or any other solution works...say so and

tag your original post as [sOLVED] or [RESOLVED]

Al

Edited by alram
Link to comment
Share on other sites

try send("{down 2}")

also give more time between sends with:

AutoItSetOption("SendKeyDelay", 100) ;send key delay

put the option at the top of your script

please if this works or any other solution works...say so and

tag your original post as [sOLVED] or [RESOLVED]

Al

Thanks to All!

Send Down from Alram worked for me.

I've put the Autoitsendoption at the beginning of the script.

I'm very sorry but I don't know how to tag, however the problem has been solved and the script is running.

I'm very happy!!

Thanks again and all the best to you and your family!

Paul

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...