We have a VI that, when run, brings up all the LabVIEW windows intended to run on a specific machine according to information specified in an INI file.
The VI attempts to position the window by setting the PanelBounds property. When the TitleBar, ToolBar and MenuBar are visible, the placement of the window isn't perfect, but is acceptable. However, when any of the Bars are set to be invisible, the top of the window is moved down the window equal to the value of the height of each of the Bars that has been set to invisible. I've tried to circumvent the problem, by decrementing the "top" value of the Panel Bounds by the value of the height of each invisible bar to no avail. What can I do next?