- May 16, 2008
- 11,418
- 2,336
- Home Country
- Germany
Looks nice.
What happens if your system is recording and importing at the same time?
What happens if your system is recording and importing at the same time?
Then both indicators are shown next to each otherLooks nice.
What happens if your system is recording and importing at the same time?
I fixed the problem with not shown GroupNameLabel. Could you take a look, why the () are still shown, if no series info is available. The IsVisible property is correctly set.@ge2301 I use the build with BlueVision skin/default theme in version:
[2017-03-28 20:31:51,928] [80 ] [Main ] [INFO ] - ApplicationCore: Version: 2.1.1703.9941
[2017-03-28 20:31:51,929] [81 ] [Main ] [INFO ] - ApplicationCore: Source: origin/WIP_2.1_Pre2-75ad1c
I am missing the channel group name inside the MiniGuide. Could you please check this and restore it? (see screenshot, no group name in header)
Another point: inside the FullGuide the program description is not truncated ("..."), would you consider to restore the text scrolling there? Currently you have no way to read the full program description of any program now
View attachment 188656
<Label x:Name="SeriesLabel" Color="{ThemeResource TextColor}" Margin="5,0,0,0" Opacity="0.6"
IsVisible="{Binding Path=SelectedCurrentProgram.Series, Converter={StaticResource ReferenceToBoolConverter}}">
<Label.Content>
<Binding Path="SelectedCurrentProgram.Series" Converter="{StaticResource StringFormatConverter}" ConverterParameter="{} ({0})"/>
</Label.Content>
</Label>
That worked. I thought because I convert the content to a string, that it is not a string during the IsVisible check. Anyhow, it's solved now@ge2301 did you try the "EmptyStringToFalseConverter" instead of "ReferenceToBoolConverter"? The difference is in interpretation of values, the "EmptyStringToFalseConverter" also considers String.Emtpy (""), while reference only checks for "!= null"
I'll fix that during the weekend.Hi @ge2301
i've noticed a small overlapping in BV. Please take a look at the attached screenshot ->
View attachment 189641
I think I know the root cause. It's a copy paste mistake from audio section of one last minute change. I'll fix that as well.@ge2301, the dynamic adjustment of posters can lead to a disturbed display. In this case, a poster is missing and a grey large box with a different size is displayed instead. This is messing up the cover display, see the large empty space at the right side.
View attachment 189643