I have a project i'm working on and have a listview that I double click the values. Now I can get it to consolewrite or do other things, but i'm having trouble passing it back to the gui so I can use that value and exit the child GUI.
Here is a link to code that I can do now.
http://www.autoitscript.com/forum/topic/91501-listview-subitem-select/#entry912956
But instead of write to console, how to I grab the index and use it in the child GUI that contains the listview. My problem is if I call a function from the WM_NOTIFY function, I can delete the GUI using the win_handle, but it never comes out of the LOOP that keeps the GUI open. Can't use ExitLoop outside of that function so, how can I kill that GUI after I got the index from double clicking?
Here is a link to code that I can do now.
http://www.autoitscript.com/forum/topic/91501-listview-subitem-select/#entry912956
But instead of write to console, how to I grab the index and use it in the child GUI that contains the listview. My problem is if I call a function from the WM_NOTIFY function, I can delete the GUI using the win_handle, but it never comes out of the LOOP that keeps the GUI open. Can't use ExitLoop outside of that function so, how can I kill that GUI after I got the index from double clicking?