Music Trivia (1 Viewer)

-ltb-

Portal Pro
April 10, 2006
4,204
21
Home Country
France France
I installed Musictrivia 534
Code:
<control>
      <description>Start Button</description>
      <type>button</type>
      <id>110</id>
      <posX>60</posX>
      <posY>97</posY>
      <label>Start</label>
      <onleft>110</onleft>
      <onright>9</onright>
      <onup>1</onup>
      <ondown>2</ondown>
    </control>
    <control>
      <description>Stop</description>
      <type>button</type>
      <id>2</id>
      <posX>60</posX>
      <posY>135</posY>
      <label>Stop</label>
      <onleft>2</onleft>
      <onright>9</onright>
      <onup>110</onup>
      <ondown>4</ondown>
    </control>
i'm using this code in my skin:
Code:
<control>
      <description>Background</description>
      [b]<type>multiimage</type>
      <id>1</id>[/b]
      <width>1366</width>
      <height>768</height>
      <imagepath>Background</imagepath>
      <timeperimage>15000</timeperimage>
      <fadetime>10000</fadetime>
      <loop>yes</loop>
      <randomize>false</randomize>
      <animation effect="fade" time="200">VisibleChange</animation>
    </control>
Could it be the source of the issue?
 

jburnette

Portal Pro
August 24, 2006
758
116
Kentucky
Home Country
United States of America United States of America
Well, it shouldn't be a problem because the plugin shouldn't be referring to control # 1 at all. That's what's really odd about this. The source of the problems in the past was that the start button WAS control 1.

In the MPI installer, where you can manage your extensions, can you check to see if the version number of the Music Trivia plugin is 0.3.1 and not just 0.3? Perhaps you downloaded it before the new version was approved.

By the way, I really like that H2O skin, is that something you're working on?
 

cedric

Portal Pro
October 28, 2006
127
4
43
Lausanne
Home Country
Switzerland Switzerland
Hello ltb,

Have you tried to delete (manually) all the dll and xml before installing, I noticed with the MPI installation and special skin, it's not always perfect. I had some problem with Xface but now it's ok
 

-ltb-

Portal Pro
April 10, 2006
4,204
21
Home Country
France France
By the way, I really like that H2O skin, is that something you're working on?
yes you can see some screenshots here or here

Hello ltb,

Have you tried to delete (manually) all the dll and xml before installing, I noticed with the MPI installation and special skin, it's not always perfect. I had some problem with Xface but now it's ok

I will try as soon as possible
thx
edit
I deleted the plugin and the xml files manually and re installed the plugin, no change
 

jburnette

Portal Pro
August 24, 2006
758
116
Kentucky
Home Country
United States of America United States of America
I'm really not sure then. The plugin no longer refers to control 1 at all. I'll take a look a little deeper into it tonight and let you know if I come up with anything.
 

patrick

Portal Pro
April 20, 2005
608
45
Southeast
Home Country
United States of America United States of America
i'm using this code in my skin:
Code:
<control>
      <description>Background</description>
      [b]<type>multiimage</type>
      <id>1</id>[/b]
      <width>1366</width>
      <height>768</height>
      <imagepath>Background</imagepath>
      <timeperimage>15000</timeperimage>
      <fadetime>10000</fadetime>
      <loop>yes</loop>
      <randomize>false</randomize>
      <animation effect="fade" time="200">VisibleChange</animation>
    </control>
Could it be the source of the issue?

Just a thought, can you change this id to 115 or something.

HTH,
patrick
 

Users who are viewing this thread

Top Bottom