07-29-2005 10:48 AM
07-29-2005 11:01 AM
07-29-2005 11:14 AM
07-29-2005 02:30 PM
08-02-2005 08:40 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
08-02-2005 11:09 AM
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.
08-02-2005 01:55 PM
08-02-2005 01:57 PM
>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
08-02-2005 02:22 PM
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.