Facility Control

 View Only
  • 1.  Dashboard parameters becoming read only

    Posted yesterday

    Hi all, 

    I'm encountering an issue with Dashboard where after applying changes to text boxes/drop down they become read only and can't be changed to anything else. This also happens when using creating the Default Parameter; if I create as Default it's read only, however if I create a text box I can use it right away but once I edit it become read only.

    Recently I deleted a lot of parameters that had this issue and remade them which fixed the p but this issue has resurfaced.

    I'm using an external XML for the data source.  Dashboard version 9.16. 



    ------------------------------
    Harrison Lawrence
    Broadcast Engineer
    Lumen8
    ------------------------------


  • 2.  RE: Dashboard parameters becoming read only

    Posted 12 hours ago

    Can you share a snippet from params XML for the parameters in question? 

    Depending on the Type, Constraint and Widget Hint, the params may behave unexpectedly. They are sometimes attempting to snap to a specific widget type defined. Although it could also be a bug like you say.



    ------------------------------
    Richard Crutwell
    Ross Video UK
    ------------------------------



  • 3.  RE: Dashboard parameters becoming read only

    Posted 9 hours ago

    Sure thing, here's a handful of parameters I've noticed are behaving oddly. 

    Thanks for your help!

              <param access="1" maxlength="0" name="SET Light Trigger"
                   oid="SET_Light_Trigger" type="STRING" value="" widget="default"/>
              <param access="1" constraintstrict="false"
                   constrainttype="STRING_STRING_CHOICE" maxlength="0"
                   name="SET Layer" oid="SET_Layer" type="STRING" value="NA" widget="default">
                   <constraint key="NA">Don't Change</constraint>
                   <constraint key="0">Default (Layer 0)</constraint>
                   <constraint key="1">Overlay (Layer 1)</constraint>
                   <constraint key="2">Layer 2</constraint>
                   <constraint key="3">Layer 3</constraint>
                   <constraint key="4">Layer 4</constraint>
                   <constraint key="5">Layer 5</constraint>
                   <constraint key="6">Layer 6</constraint>
                   <constraint key="7">Layer 7</constraint>
                   <constraint key="8">Layer 8</constraint>
                   <constraint key="9">Layer 9</constraint>
                   <constraint key="10">Layer 10</constraint>
                   <constraint key="20">Take Over</constraint>
              </param>
              <param access="1" maxlength="0" name="SET Asset"
                   oid="SET_Asset" type="STRING" value="" widget="text"/>
              <param access="1" constrainttype="STRING_CHOICE" maxlength="0"
                   name="SET Colour" oid="SET_Colour" type="STRING"
                   value="Grey" widget="combo">
                   <constraint>Grey</constraint>
                   <constraint>Red</constraint>
                   <constraint>Orange</constraint>
                   <constraint>Yellow</constraint>
                   <constraint>Green</constraint>
                   <constraint>Blue</constraint>
                   <constraint>Purple</constraint>
                   <constraint>Cyan</constraint>
                   <constraint>Magenta</constraint>
                   <constraint>Brown</constraint>
                   <constraint>White</constraint>
                   <constraint>Black</constraint>
              </param>
              <param access="1" maxlength="0" name="SET External"
                   oid="SET_EXTTrig" type="STRING" value="" widget="default"/>



    ------------------------------
    Harrison Lawrence
    Broadcast Engineer
    Lumen8
    ------------------------------