Reply to thread

Thanks looks much better. I pushed my changes for BV and Win10 theme at first.

  • Fixed: Some screens in BV were not changed yet with the new ProgramDurationControlStyle
  • Fixed: Some screens (MainEPG, ... did still use the old rigthsided aligned footer) and nobody realized so far ;)
  • As requested I brought back autoscrolling for the descriptions in all TV footer

Open point (cosmetic):

The delimiter "-" is always visible, even no time is existing. I tried ReferenceToBoolConverter (see below) and EmptyStringToFalseConverter. Both are not working. First one has no effect, second makes the delimiter disappear continiously.

[CODE=XML]<Label x:Name="Delimiter" Margin="10,0,10,0"  Color="{ThemeResource TextColor}" Content="-"

                   IsVisible="{Binding Path=EndTime,Converter={StaticResource ReferenceToBoolConverter}}"/>[/CODE]


Top Bottom