날짜: 07-29-2005 11:01 AM
hmm--the G toolbox looks like an excellent set of tools, but for some reason I cannot pass to the "findwindow.vi" the proper window name... what is the proper format for that?
I was trying a series of different windows, but lets say the recycle bin- shouldnt I just be able to type, "recycle bin" in the window name slot?
I am using labview 7.1 BTW, but the soft I downloaded was that version...
Thanks,
NM
I believe you have to give it the exact name appearing in the title, including capitalization (Bin and not bin).
Note that if you do this for LV windows, a LV window's title changes when the VI starts to run.
>Note that if you do this for LV windows, a LV window's title changes when the VI starts to run.
You can use property nodes to get the front panel title at runtime.
George Zou
Although that doesn't help if the VI isn't running (You get the Front Panel and * additions which don't appear in the Title property).
@zou wrote:
You can use property nodes to get the front panel title at runtime.