News

OpenBuilds Full Screen when Intialized

OpenBuilds Full Screen when Intialized

Start Control in Full Screen Mode Put OpenBuilds Control into full screen mode the First Time it's opened.  In Control, click on the Macros tab and click the ➕ "Add macro" button to add a new macro. In the Edit Macro popup: select an icon, give the button a name aka Label then click on the ‘Javacript’ tab. Paste the following code into the field provided. window.moveTo(0, 0); window.resizeTo(screen.width, screen.height) You'll also need to set it to run at the startup of OpenBuilds Control by checking the box for ‘Run Macro on Startup’ Then click Apply. The Edit Macro popup should look like this:...

Read more →