Reply to thread

Thanks, just what I needed to know :)


Still having problems and its driving me nuts :(


I set a property in my plugin code:


GUIPropertyManager.SetProperty("#emulator_coverarttype", "dvd");


If I output that in the skin like this I get the expected value displayed:


<label>#emulator_coverarttype</label>


but when I test the value:


    <control>

      <type>fadelabel</type>

      <description>My Emulators Title</description>

      <id>0</id>

      <posX>600</posX>

      <posY>13</posY>

      <width>350</width>

      <font>mediastream12c</font>

      <align>right</align>

      <visible>string.equals(#emulator_coverarttype,aaaaaaaaaaaaaabbbbbbbbbbb)</visible>

      <label>test matched</label>

    </control>   


It does not matter what I test the property against, the label is always shown. Help please!!!!!!!!


Thanks


Top Bottom