Reply to thread

If you are using 0.2 (and you probably are) open up myusenet.xml in the replicant skin directory and find this:


    <control>

      <description>connected label</description>

      <type>label</type>

      <id>15</id>

      <posX>1180</posX>

      <posY>585</posY>

      <label>?</label>

      <font>font12</font>

      <width>130</width>

      <align>left</align>

      <textcolor>ccffffff</textcolor>

    </control>



Change the type from label to fadelabel and see if that fixes your problem.  I think what may be happening is that it it's throwing an exception because the plugin is referring to a control that doesn't match the type specified.  That halts the plugin.


Top Bottom