This demo guiDesigner project shows you how to manage the status bar visibility.
You can show, hide and toggle the status bar by setting specific digital joins high.
The joins are as follows:
These join numbers were originally chosen to emulate the status bar features of Crestron touch panels.
You can also use JavaScript to change the status bar appearance:
// Make status bar text black CF.setDeviceProperty(CF.StatusBarAppearanceProperty, CF.STATUS_BAR_BLACK_TEXT); // Make status bar text white CF.setDeviceProperty(CF.StatusBarAppearanceProperty, CF.STATUS_BAR_WHITE_TEXT); // Hide the status bar CF.setDeviceProperty(CF.StatusBarAppearanceProperty, CF.STATUS_BAR_HIDDEN);
You could activate the digital join as per the demo GUI above, or any of the following ways: