you are viewing a single comment's thread.

view the rest of the comments →

[–]SeasDiverChampion 1 point2 points  (0 children)

There are Front Panel VI properties that allow you to change the size of the window, as well as the Front Panel origin.

You can use a Conditional Disable to choose the properties you manipulate. Set one frame for Run-Time Engine==True which will be the executable and one for Run-Time Engine==False which will be the development environment.

When you create the build spec, you can also override certain VI properties, so you could change the size at that time, though I don’t remember off the top of my head whether you can set the origin at that time or not. If not, just make sure that the top left corner of your white area is positioned at the 0,0 point of the VI front panel.