<posX> & <posY> are case sensitive !!! (1 Viewer)

rivera

Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    <posX> & <posY> are case sensitive !!!
    For me at was a news.

    If you type <posx> or <posy> - this will cause zero values for coordinates.
    BTW, I saw in skin files these tags, but it can be harmless only if:
    Code:
    <posx>0</posx>
    <posy>0</posy>
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,474
    1,822
    Located
    Home Country
    Norway Norway
    Not sure if you are reporting this as a tip or a bug, but if you read the manual, you'll find that XML's in general are case sensitive:
    Although the details are very different, the idea is the same as making a webpage however XML files are CASE SENSITIVE
    MediaPortal1_Development/SkinArchitecture - MediaPortal Manual Documentation

    Furthermore, the usage of posX/posY are documented correctly:
    posX
    Integer
    The X-position on the window for this control (left edge = 0, measures positive to the right)

    posY
    Integer
    The Y-position on the window for this control (top edge = 0, measures positive down)
     

    rivera

    Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    Not sure if you are reporting this as a tip or a bug, but if you read the manual, you'll find that XML's in general are case sensitive:
    I do not consider this as a bug at all. My aim was to remind skinners about it. I told you that I saw in lot of places <posx>, <posy>
     

    Users who are viewing this thread

    Top Bottom