Please enable JavaScript to view this site.

DAQFactory User's Guide

Navigation: 7 Pages and Components

7.11 Full screen mode

Scroll Prev Top Next More

DAQFactory can display in full screen mode (no menu, borders, workspace, etc). when in page view.  This gives you more room to create your pages.  This works in both the development version of DAQFactory and the Runtime.  This is accessed either from the View menu, or by hitting F4 to toggle between full screen and the normal window.  

If you want your document to always load in full screen mode, go to File - Document Settings and check the box labelled "Load in Full Screen", then save your document, or alternatively, use the -F startup flag as described in the startup flag section.

In script there is a variable, System.FullScreen which you can set to 1 to enable full screen, and 0 to get out of full screen mode.  For example the command:

 

System.FullScreen = 1

will switch DAQFactory into Full Screen mode.