06 июля | 2024г. | 02:11:34


АвторТема: Скин hd_skin_vo для имиджа BH-2.0.4  (Прочитано 35569 раз)

0 Пользователей и 3 Гостей смотрят эту тему.

Оффлайн ХАНТЕР

  • Падаван
  • *
  • Сообщений: 47
  • Поблагодарили: 1
  • Уважение: +1
Скин hd_skin_vo для имиджа BH-2.0.4
« Ответ #30: 06 ноября | 2013г. | 23:47:19 »
0
здравствуйте подскажите пожалуста как в скин хтмл воткнуть вот ети две секции и чтоб они потом работали

Спойлер   :
первая секция
  <!-- StandbySummary -->
  <screen name="StandbySummary" position="0,0" size="132,64">
    <widget source="global.CurrentTime" render="Label" position="6,0" size="120,64" font="Display;38" halign="center" valign="center">
      <convert type="ClockToText">Format:%H:%M</convert>
      <convert type="ClockToText">Format:%d/%b</convert>
      <convert type="ConverterRotator">5</convert>
    </widget>
    <widget source="session.RecordState" render="FixedLabel" position="6,0" zPosition="1" size="120,64" text=" ">
      <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
      <convert type="ConditionalShowHide">Blink</convert>
    </widget>
  </screen>

вторая секция

 <!-- ########## LCD/OLED Screens ########## -->
  <!-- LCD screen (channelselection) -->
  <screen name="ChannelSelection_summary" position="0,0" size="132,64">
    <widget source="parent.ServiceEvent" render="Label" position="6,0" size="120,25" font="Display;12" halign="center" valign="center">
      <convert type="ServiceName">Name</convert>
    </widget>
    <widget source="parent.ServiceEvent" render="Progress" position="16,27" size="100,5" borderWidth="1">
      <convert type="EventTime">Progress</convert>
    </widget>
    <widget source="global.CurrentTime" render="Label" position="6,32" size="90,32" font="Display;30" halign="right" valign="top">
      <convert type="ClockToText">Format:%H:%M</convert>
    </widget>
    <widget source="global.CurrentTime" render="Label" position="100,34" zPosition="1" size="26,30" font="Display;14" valign="top">
      <convert type="ClockToText">Format:%S</convert>
    </widget>
  </screen>
  <!-- LCD screen (main) -->
  <!-- InfoBarSummary -->
  <screen name="InfoBarSummary" position="0,0" size="132,64">
    <widget source="session.CurrentService" render="Label" position="6,0" size="120,25" font="Display;12" halign="center" valign="center">
      <convert type="ServiceName">Name</convert>
      <convert type="ServiceName">Provider</convert>
      <convert type="ConverterRotator">5</convert>
    </widget>
    <widget source="session.Event_Now" render="Progress" position="16,27" size="100,5" borderWidth="1">
      <convert type="EventTime">Progress</convert>
    </widget>
    <widget source="global.CurrentTime" render="Label" position="6,32" size="90,32" font="Display;30" halign="right" valign="top">
      <convert type="ClockToText">Format:%H:%M</convert>
    </widget>
    <widget source="global.CurrentTime" render="Label" position="100,34" zPosition="1" size="26,30" font="Display;14" valign="top">
      <convert type="ClockToText">Format:%S</convert>
    </widget>
    <widget source="session.RecordState" render="FixedLabel" text=" " position="6,30" zPosition="1" size="120,34">
      <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
      <convert type="ConditionalShowHide">Blink</convert>
    </widget>
  </screen>
  <!-- LCD screen (movieplayer) -->
  <!-- InfoBarMoviePlayerSummary -->
  <screen name="InfoBarMoviePlayerSummary" position="0,0" size="132,64">
    <widget source="session.CurrentService" render="Label" position="6,0" size="120,25" font="Display;12" halign="center" valign="center">
      <convert type="ServiceName">Name</convert>
    </widget>
    <widget source="session.CurrentService" render="Progress" position="16,27" size="100,5" borderWidth="1">
      <convert type="ServicePosition">Position</convert>
    </widget>
    <widget source="global.CurrentTime" render="Label" position="6,32" size="120,32" font="Display;30" halign="center" valign="center">
      <convert type="ClockToText">Format:%H:%M</convert>
    </widget>
    <widget source="session.RecordState" render="FixedLabel" text=" " position="6,32" zPosition="1" size="120,32">
      <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
      <convert type="ConditionalShowHide">Blink</convert>
    </widget>
  </screen>
  <!-- LCD screen (setup) -->
  <!-- SetupSummary -->
  <screen name="SetupSummary" position="0,0" size="132,64">
    <widget source="SetupTitle" render="Label" position="6,0" size="120,14" font="Display;10" />
    <widget source="SetupEntry" render="Label" position="6,14" size="120,36" font="Display;10" />
    <widget source="SetupValue" render="Label" position="6,50" size="120,14" font="Display;10" />
  </screen>
  <!-- LCD screen (menus) -->
  <!-- MenuSummary -->
  <screen name="MenuSummary" position="0,0" size="132,64">
    <widget source="parent.title" render="Label" position="6,0" size="120,32" font="Display;14" halign="center" valign="center" />
    <widget source="parent.menu" render="Label" position="6,32" size="120,32" font="Display;16" halign="center" valign="center">
      <convert type="StringListSelection" />
    </widget>
  </screen>
  <!-- LCD screen (misc) -->
  <!-- SimpleSummary -->
  <screen name="SimpleSummary" position="0,0" size="132,64">
    <widget source="parent.Title" render="Label" position="6,0" size="120,64" font="Display;14" halign="center" valign="center" />
  </screen>
  <!-- LCD screen (standby) -->
  <!-- StandbySummary -->
  <screen name="StandbySummary" position="0,0" size="132,64">
    <widget source="global.CurrentTime" render="Label" position="6,0" size="120,64" font="Display;38" halign="center" valign="center">
      <convert type="ClockToText">Format:%H:%M %d/%b </convert>
      <convert type="ClockToText">Format:%.%m</convert>
      <convert type="ConverterRotator">5</convert>
    </widget>
    <widget source="session.RecordState" render="FixedLabel" position="6,0" zPosition="1" size="120,64" text=" ">
      <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
      <convert type="ConditionalShowHide">Blink</convert>
    </widget>
  </screen>
  <!-- LCD screen (summary) -->
  <!-- NabInfoBarSummary -->
  <screen name="NabInfoBarSummary" position="0,0" size="132,64">
    <widget source="session.CurrentService" render="Picon" zPosition="1" position="31,0" size="70,40" path="piconlcd">
      <convert type="ServiceName">Reference</convert>
    </widget>
    <widget source="session.RecordState" render="FixedLabel" text="R" position="110,10" size="20,20" font="Display;20">
      <convert type="ConditionalShowHide">Blink</convert>
    </widget>
    <widget source="session.Event_Now" render="Progress" position="3,42" size="126,4" borderWidth="1">
      <convert type="EventTime">Progress</convert>
    </widget>
    <widget source="global.CurrentTime" render="Label" position="0,46" size="132,18" font="LCD;18" halign="center">
      <convert type="ClockToText">Default</convert>
    </widget>
  </screen>
  <!-- LCD screen (summary) -->
  <!-- JobView_summary -->
  <screen name="JobView_summary" position="0,0" size="132,64">
    <widget source="parent.summary_job_name" render="Label" position="6,4" size="120,42" font="Display;14" />
    <widget source="parent.summary_job_task" render="Label" position="6,22" size="120,26" font="Display;10" />
    <widget source="parent.summary_job_progress" render="Progress" position="6,50" size="60,12" borderWidth="1" zPosition="1" />
    <widget source="parent.summary_job_progress" render="Label" position="66,50" size="50,12" font="Display;10" zPosition="2" halign="center" transparent="1">
      <convert type="ProgressToText" />
    </widget>
  </screen>
</skin>

а вот сам мой скин хтмл куда хотелось бы воткнуть ети секции  виликие джедаи помогите пожалуйста  :help:



Теги:
 

Похожие темы

  Тема / Автор Ответов Последний ответ
197 Ответов
89595 Просмотров
Последний ответ 12 декабря | 2012г. | 11:42:34
от DontWorry
39 Ответов
28897 Просмотров
Последний ответ 19 февраля | 2013г. | 15:18:23
от orlov
68 Ответов
47643 Просмотров
Последний ответ 10 мая | 2013г. | 15:01:03
от Lock
250 Ответов
143073 Просмотров
Последний ответ 23 сентября | 2019г. | 14:02:53
от samosa3
12 Ответов
11754 Просмотров
Последний ответ 27 сентября | 2014г. | 23:48:54
от martina3



X

Добро пожаловать!

Мы заметили, что у Вас установлено расширение AdBlock или ему подобное. Пожалуйста добавьте наш Клуб в белый список, внесите этим посильную лепту в его развитие. Спасибо!