This document was generated from CDN thread Created by: Andre Prakash on 13-04-2011 11:18:27 AM Hi,I've successfully created some custom layouts with the TC console 🙂Now the question is, with which command they can be set as the active layout, without simulating the remote control's layout button?The best solution for the customer would be, that he can choose the layout on the AMX Touch Panel without seeing the GUI of the endpoint...I've tried it with the command "xCommand Video PictureLayoutSet" but without any success 😞Thanks for your help.I have a C60 with software version 4.1.0AndreSubject: RE: API command for custom layouts Replied by: Viggo Fredriksen on 13-04-2011 01:23:41 PMHi, the correct way is indeed to use PictureLayoutSet. If you've created a layout family called MyCustomFamily, thecommand would then be:1
2xcommand Video PictureLayoutSet LayoutFamily: custom CustomLayoutName: "MyCustomFamily"
Subject: RE: API command for custom layouts Replied by: Andre Prakash on 13-04-2011 01:27:09 PMThanks, now it works!