Facility Control

 View Only
  • 1.  mnemonic information not following with drag/drop

    Posted 11-27-2018 21:10
    I'm trying to make a custom panel that allows someone to set, manipulate and activate the Keys of the switcher. I'm using the simple drag/drop method, and when trying to bring in the keys "LCD" displays over, only the background color shows up.

    Any ideas?


  • 2.  RE: mnemonic information not following with drag/drop

    Posted 11-28-2018 20:22

    I can confirm that this happens. I tried dragging over a Mnemonic, and I don't get the image.

    I asked the Switcher team, and they have the following workaround:

    Once you drag and the Mnemonic over, you get the following code in your grid:

    <widget baseoid="9363" baseurl="http://10.64.168.31/tmp/_nocache_innersimpanel2.xml" widgetid="com.rossvideo.carb.mnemonic">
    <config>
    <params>
    <param oid="ColorOid" value="13760"/>
    <param oid="IndexOid" value="13761"/>
    <param oid="MnemonicPath" value="mnem_0_2_"/>
    </params>
    </config>
    </widget>

    If you take the http address from the baseurl at the top, and copy it into the MnemonicPath, then it should show the image. For example:

    <widget baseoid="9363" baseurl="http://10.64.168.31/tmp/_nocache_innersimpanel2.xml" widgetid="com.rossvideo.carb.mnemonic">
    <config>
    <params>
    <param oid="ColorOid" value="13760"/>
    <param oid="IndexOid" value="13761"/>
    <param oid="MnemonicPath" value="http://10.64.168.31/tmp/mnem_0_2_"/>
    </params>
    </config>
    </widget>

    Then the Mnemonic image appears.

    You will unfortunately have to do this for all the Mnemonics you drag over.


    #DashBoard


  • 3.  RE: mnemonic information not following with drag/drop

    Posted 04-12-2019 08:04

    Sooo, I know I saw this post you're refering to earlier @Ben Gatien, however that link is now dead since ROSS has moved the forum URL.

    Anyone that can find that post you're refering to again? I've tried, and failed...


    #DashBoard


  • 4.  RE: mnemonic information not following with drag/drop

    Posted 04-12-2019 14:00

    Hi Aleksander,

    The post should now be displayed above.


    #DashBoard