Jump to content

How to interact with a listbox element?


Sunsawe
 Share

Recommended Posts

Hi,

I am trying to interact with a gui in my autoit script.

This gui presents a listbox.

I can see with the AutoIt Window Info that the listbox is accessible. But i can't find the way to select a line of it?

Check the checkbox of the line?

Nothing appears except information about the listbox (id, name etc...).

Can someone tell me how to do that?

Thanks

Link to comment
Share on other sites

Well...

Maybe i was not clear... (i really have difficulties here lol).

The thing is that... I don't have any code!

In fact, if i can't see with what (id, name of line, text of line, whatever) i am going to interact,

which code can i write about it?

I'm taking a look to the A3LListbox.au3 thing.

:)

Link to comment
Share on other sites

OK

I found the Auto3Lib thing and it sounds really great.

I just have a problem....

I will explain again. I want to create a script that manages a software which has a GUI. I didn't make this software myself.

In the Auto3Lib documentation, they are creating their own ListBox and so , they already have the handler they are using

to interact with it.

So in my case, i would like to know how to get an handler from an already existing listbox.

The AutoIt Window Info is giving me the id, class, instance... well everything about the listbox. How to use that to retrieve/create an handler that i can use?

Thanks

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...