LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remote Panel Shows Extra Space

I have setup a VI that serves up a remote panel. When it runs it hides the
menus, tools, and scroll bars. When the remote panel is viewed Internet
Explorer, the remote view of the VI shows space where the menus, tools, or
scroll bars used to be instead of shrinking them to the size like the VI
does. Is there any way to prevent this extra space from being displayed?
It wastes space and forces more scrolling within Internet Explorer.
0 Kudos
Message 1 of 2
(2,711 Views)
This is an expected behavior. The IE gets the information about the front panel size when it loads the remote panel VI. This is the size with all the toolbars. Your VI hides the toolbars at run-time.
To prevent showing this extra space, you will have scroll your VI so that the top portion is under the toolbar. When you run it, those objects will be visible, because the toolbars will not be visible.

The actual VI will not look very good because of the objects hidden by the toolbars, but the published remote panel will have the right size in the IE.

I attached an example of this solution.
Zvezdana S.
Message 2 of 2
(2,711 Views)