MySports Plugin 1.0.0.0 [25-03-2018] (3 Viewers)

Should thesportsdb data have separate plugin?

  • No, stay with ScoreCenter

    Votes: 0 0.0%

  • Total voters
    7

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    :oops: Will repair ;)
    And replacement for tvguide_record_button.png:
    Is it right? :cautious:
    22-26-39.png
    Honestly, I'm setting image to every property I found :censored:
    Look here:
    Code:
    item.IconImage = "blue.png";
    item.IconImageBig = "blue.png";
    item.PinImage = "blue.png";
    Is it excessive? :eek:
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Great (y) (y) (y)
    Hope we can test the new dll soon :whistle:
    Sooner or later... :whistle:
    First, I didn't understand why it's blue but now I realize blue is the colour of menu items and selected buttons :D
    Btw, since in other skins it could be not blue what do you think of renaming file to i.e. today.png?
     

    Attachments

    • MySportsPlugin.zip
      43.1 KB

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,427
    10,454
    Königstein (Taunus)
    Home Country
    Germany Germany
    yup - great idea (y), Or to make it very clear e.g. calendar_today.png ;)
    Any skinner then could just change the colour of this png to his needs ;)
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Hmm, just tested the new dll from above, but I don´t have any blue background for today date :confused:
    :cry: I have it. Maybe smth in skin file is blocking it?
    My thumbnailpanel code:
    <control>
    <description>Calendar</description>
    <type>thumbnailpanel</type>
    <id>50</id>
    <posX>60</posX>
    <posY>270</posY>
    <width>550</width>
    <height>400</height>
    <scrollOffset>0</scrollOffset>
    <onleft>19</onleft>
    <onright>17</onright>
    <onup>15</onup>
    <ondown>16</ondown>
    <itemWidth>75</itemWidth>
    <itemHeight>70</itemHeight>
    <textureWidth>70</textureWidth>
    <textureHeight>65</textureHeight>
    <thumbWidth>70</thumbWidth>
    <thumbHeight>65</thumbHeight>
    <thumbPosX>0</thumbPosX>
    <thumbPosY>0</thumbPosY>
    <itemWidthBig>75</itemWidthBig>
    <itemHeightBig>70</itemHeightBig>
    <textureWidthBig>70</textureWidthBig>
    <textureHeightBig>65</textureHeightBig>
    <thumbWidthBig>70</thumbWidthBig>
    <thumbHeightBig>65</thumbHeightBig>
    <thumbPosXBig>0</thumbPosXBig>
    <thumbPosYBig>0</thumbPosYBig>
    <thumbZoom>no</thumbZoom>
    <enableFocusZoom>no</enableFocusZoom>
    <zoomXPixels>10</zoomXPixels>
    <zoomYPixels>10</zoomYPixels>
    <hideUnfocusTexture>no</hideUnfocusTexture>
    <renderFocusText>yes</renderFocusText>
    <renderUnfocusText>yes</renderUnfocusText>
    <showFrame>true</showFrame>
    <imageFolder>-</imageFolder>
    <imageFolderFocus>-</imageFolderFocus>
    <textureMask>Picturethumbmask.png</textureMask>
    <frameNoFocus>Picturethumbframe.png</frameNoFocus>
    <frameFocus>Picturethumbframe.png</frameFocus>
    <keepaspectratio>yes</keepaspectratio>
    <font>font18</font>
    <spinCanFocus>no</spinCanFocus>
    <dimColor>80ffffff</dimColor>
    <selectedColor>0xffa0d0ff</selectedColor>
    <spinPosY>2008</spinPosY>
    <scrollbarHeight>233</scrollbarHeight>
    <scrollbarbg>bar_vert.png</scrollbarbg>
    <scrollbartop>mouse_left_horizontal.png</scrollbartop>
    <scrollbarbottom>mouse_right_horizontal.png</scrollbarbottom>
    <scrollbarXOff>-20</scrollbarXOff>
    <scrollbarYOff>0</scrollbarYOff>
    <showScrollbar>yes</showScrollbar>
    <scrollbarwidth>13</scrollbarwidth>
    <textXOff>30</textXOff>
    <textYOff>-40</textYOff>
    </control>
    It's different in texture mask, frames pictures :cautious:
     

    Users who are viewing this thread

    Top Bottom