Anonymousprnt::Y
Find:

   |


 
 
Click on images to see them in full screen

Buttonless

From V10.7 you can choose to not show buttons on the main room display. To see the functions available and click on the required action, touch the cross-air to reveal what is available.VIDEO: Buttonless display

The image below shows the "default display" without any buttons". Tap the circle with the cross-air and the program will reveal the available functions in the current context. See the next image.



After the tap...



As you can observe, the buttons are large and easy to read and tap. With every button tap, the display returns back to the normal state - Buttonless.
VIDEO: Setting up key business rules


Setting display to Buttonless

  1. On the end point software, login to your server
  2. Click on the Local Settings button at the top of the display
  3. Set the Display to Buttonless as shown in the image below
Note: you can use Buttonless on any display, including normal size displays, but not together with "Flexible" Display



Note that the above "Local Settings" popup may look different on some platforms. For example, on the Crestron device it will show as follows:


Removing or modifying the Cross-air
You can modify the cross-air image, or even hide it all together while maintaining the functionality and ability to touch the bottom of the display to reveal available actions.

To remove the image:
.actionCircle,
.actionCircleClose {
background-image:none;
}

To use a different image, convert an image of appropriate size to base64 and include it to your branding CSS using this syntax.
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAYAA..............);