Jump to content

Select multipe items in lsit view. How?


Recommended Posts

I have been looking all over these forums and even found lots of dead links to cyberslugs gui wrapper functions. I did finaly find some stuff in the link in his sig bue none of the info in his listbox wrapper seems ot be working for what I need.

So I did use the search first and have been searching for hours.

Is there a simple way to be able to select multiple items in a listbox.

FOr right now i declaer my list box and the whole thing is working. Then to check and see what is being selected I use this in my select routine.

Case $msg[0] = $gui_run
              $gui_run_read_test = GuiCtrlRead($Drivelisting)
              MsgBox(0,"listview", "clicked=" & $gui_run_read_test)
                _BtnRun()

This does properly return a single selected item but it does not return anything but the first item if I have multpile items selected.

I would post the whole script but it is rather long and the last time I did Larry to me not to as it was to much to look at. If anybody is interested here it is.

The posted code has the debuging code in it as listed above.

DELETE_GUI.au3

Edited by webmedic
Link to comment
Share on other sites

I guess then since the lack of responce that this is a definate no. I see from other projects that there is no problem with check boxes. What about using some kind of gui methods with the cwebpage.dll would that solve some of the possible issues?

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