LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hi,



I got a small LabView application (standalone executable) that I would like to appear in a specific position on the screen. Is it possible to specify coordinates in a .ini-file or something?

Regards

Arne K
0 Kudos
Message 1 of 3
(2,467 Views)
If you have the source code, you can use the 'application control' functions to do this, and then recompile the application.

Use 'open VI reference' and then 'property node' to access the front panel bounds.

If you only have the executable, I do not know of a method you can use.
0 Kudos
Message 2 of 3
(2,467 Views)
The application will open at the position at which you last saved the top level VI. Just move the VI to where you want it to open, save it, close it, build the application.

You could also set the vi to auto-center when it opens. In LabView 6.1, goto File >> VI Properties >> Windows Appearance >> Customize >> Auto-Center.
0 Kudos
Message 3 of 3
(2,467 Views)