BlueTwo bug (1 Viewer)

quiller

Portal Pro
November 28, 2006
90
1
39
Nebraska
Home Country
United States of America United States of America
Not sure where to report this, so feel free to move it or yell at me, as needed. In MyTV, the little MePo guy in the bottom-left corner is squished. The element in question is a common element, shared across just about every MyTV screen (sometimes covered by the Live TV preview window).

The pixel information is set incorrectly. I'm at work now, but if whoever updates BlueTwo wants specific information, I can provide it...
 

quiller

Portal Pro
November 28, 2006
90
1
39
Nebraska
Home Country
United States of America United States of America
Well, I already fixed it, but I can give you the file that I changed?

common.window.xml, the last element (has texture "#header.hover"). The width-height ratio is incorrect, resulting in a squished image. To correct, I changed the control to:

Code:
<control>
      <animation effect="fade" time="250">WindowOpen</animation>
      <animation effect="fade" time="500">WindowClose</animation>
      <type>image</type>
      <id>1</id>
      <posX>77</posX>
      <posY>400</posY>
      <width>162</width>
      <height>225</height>
      <texture>#header.hover</texture>
      <animation effect="fade" time="200">WindowOpen</animation>
      <animation effect="fade" time="200">WindowClose</animation>
    </control>
I also changed the #header.hover reference to refer to tv.png[/i] instead of my_tv hover.png[/i] in all the mytv*.xml files...

Still, I'll try to change it back and take a screencap later.
 

Ralph

Retired Team Member
  • Premium Supporter
  • May 13, 2005
    692
    8
    Germany
    Home Country
    Germany Germany
    ...
    Still, I'll try to change it back and take a screencap later.

    That would be nice.
    Right now I'm a bit confused, what bug exactly you mean.
    Your title says BlueTwo-Skin, but in your first post you are talking about MePo-Skin?

    Waiting for a screenshot...

    Regards
    Ralph
     

    quiller

    Portal Pro
    November 28, 2006
    90
    1
    39
    Nebraska
    Home Country
    United States of America United States of America
    but in your first post you are talking about MePo-Skin?
    Isn't the dude in the BlueTwo skin called "MePo," as in the mascot for MP? If not, I read wrong somewhere...
     

    Users who are viewing this thread

    Top Bottom