Normal
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 ProgramDurationControlStyleFixed: 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 footerOpen 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]
Thanks looks much better. I pushed my changes for BV and Win10 theme at first.
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]