05-31-2014 06:28 AM
Hi buddies,
Can anyone tell me, how to read and display when I press the mouse button over file or folder ??? Spent lot of time but couldn't get the way to do it.
Thanks in Advance
05-31-2014 10:48 AM
I'm not understanding you. Do you have a GUI to show what you want?
05-31-2014 03:06 PM
How is the file or folder displayed originally? (listbox, table, array, ...)
What do you want to read and display? (file name, file content, etc.).
I tpyically use "list folder" to display file names in a listbox. Clicking an entry lets you index the selected name out of the array of file names to be processed as needed.
It would be best of you could attach a small VI to contains the skeleton of what you are trying to do. Your current post is way too ambiguous to give a precise answer.
06-01-2014 04:59 AM - edited 06-01-2014 05:01 AM
HIi Crossrulz and Altenbach,
Jus consider that I want to read folder name, that is available in the desktop. When I make a click over the folder (you can see in below desktop picture), LV shld read the folder name and store it in an array. Front panel picture shows the simplified idea about the VI. Hope I clear you about my query !!!!!!
06-02-2014 01:27 AM
Dear Vijay,
Here you can use APIs for other UI testing tools in LabVIEW. UI testing tools like AutoIT, Renorax etc...
Using these tool in LabVIEW you can easily perform your requirement. Use ActiveX for all these controls.
06-03-2014 11:57 PM
Dear Himansu,
Thanks for your reply. Though I am New to LV, I dont much familiar with that testing tools (AutoIT, Ranorex, etc). Kindly give me some suggestions about it or direct me to the LV threads about those testing tools.
Thanks in advance
06-11-2014 08:43 AM
Dear Vijay,
download AutoIT and call it reference in your automation server. open automation server instance and use propert and method in LabVIEW. before start coding in LabVIEW first try with autoit tool itself how its work.
Once you install tool open AutoIT v3 windows info and selcet finder tool and move this icon on your PC without loosing click on it. In autoit clipboard you can get information about your windows.
06-14-2014 12:24 AM
Dear Himanshu,
Im so glad for your reply. Its really a helpful one. Working of AutoIT window info tool is the exact I want. Calling the AutoIT window info tool is good idea. But I cant call the window tool in LV. Property node and Invoke node using Automation server is only used to access the funtions of AutoIT, but now the AutoIT Window info tool. Is there any .dll for AutoIT window tool can be found ???? If so, I can easily connect that using LV.
06-16-2014 04:58 AM
Refer attached VI
06-19-2014 12:46 AM
Thank you Thank you Himanshu Your vi dint give me the direct answer, but it direct me to the goal.