TVScheduler: weirdly placed channel's name (1 Viewer)

rivera

Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    In Blue3wide::mytvschedulerServer.xml there is a label stands for channel's name:
    Code:
        <control>
          <description>channel</description>
          <type>label</type>
          <id>17</id>
          <posX>462</posX>
          <posY>520</posY>
          <label>#TV.Scheduled.Channel</label>
          <align>right</align>
          <font>font13</font>
          <textcolor>FFB2D4F5</textcolor>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
        </control>
    Currently (1.1.RC3) this label is not visible at all 'cause so far #TV.Scheduled.Channel property did not work until patch specified here was released:
    https://forum.team-mediaportal.com/...-scheduler-channels-name-not-displayed-80771/
    To make it visible - just replace "#TV.Scheduled.Channel" with "MyChannel" and you will see:


    As you see, channel's name is placed very bad...
    We should find better place for it :)
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Based on the screen shot -> are you running B3W on 4:3 display?
     

    rivera

    Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    Based on the screen shot -> are you running B3W on 4:3 display?
    Here is an example with 1920x1200:


    Just a possible solution:


    Screens are made in RC2. It will be almost the same in RC3 (diffrence is only in "#itemcount")
     

    Users who are viewing this thread

    Top Bottom