- Moderator
- #731
Whaooo its an castle
Yes, m² of course, in case of m³ it would be problematicWhaooo its an castle
After reading 2nd time I saw that screen didn't mean TV screens, but screens of the skinDoes it happen only in specific screens?
For sure I'm not boredBy the way. Just about you not getting bored...
A button in OSD is not planned, because when a movie is playing the play symbol in Group Main Menu will be available. Selecting it will directly refer to CP screen.After SR15 is out I would love to have some "extra" buttons. First is a button in OSD linked to the CP screen This would make things easier a lot and should not be too hard to implement. And I also would love to have buttons (maybe in hidden menu) to refresh the recent shares. E.G. when I'm somewhere in the series section I want to have a button to manually refresh the series share(s) directly from here.
ah ok. After reading 3rd time. I have this problem in all screens. There is a lag and sometimes I have to press buttons 2 times.I especially ment the input issue, not the shadow
<Style x:Key="LeftSideScrollViewerStyle" TargetType="{x:Type ScrollViewer}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ScrollViewer}">
<Grid x:Name="ScrollViewerGrid">
<Grid.OpacityMask>
<LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
<GradientStop Offset="0" Color="#00FFFFFF"/>
<GradientStop Color="#FFFFFFFF">
<GradientStop.Offset>
<MultiBinding Converter="{StaticResource ExpressionMultiValueConverter}" ConverterParameter="{}{0} > 0 ? {1} : {2}">
<TemplateBinding Path="ScrollBarYKnobPos" />
<Binding Source="0.10" />
<Binding Source="0" />
</MultiBinding>
</GradientStop.Offset>
</GradientStop>
<GradientStop Color="#FFFFFFFF">
<GradientStop.Offset>
<MultiBinding Converter="{StaticResource ExpressionMultiValueConverter}" ConverterParameter="{}{0}+{1} < {2} ? {3} : {4}">
<TemplateBinding Path="ScrollBarYKnobPos" />
<TemplateBinding Path="ScrollBarYKnobHeight" />
<TemplateBinding Path="ScrollBarYSize" />
<Binding Source="0.9" />
<Binding Source="1" />
</MultiBinding>
</GradientStop.Offset>
</GradientStop>
<GradientStop Offset="1" Color="#00FFFFFF"/>
</LinearGradientBrush >
</Grid.OpacityMask>
<Grid.ColumnDefinitions>
...
I thought to make a break, but then I got an idea how to implement the fading in media list:
View attachment 166677 View attachment 166678 View attachment 166679
Please ignore the duplicated knobs, I have no idea yet about the cause. But the listview itself looks good with this. And code is also not very complicated. I only need to distinguish horizontal/vertical gradient.
In principle I set the fade offsets depeding on knob position (relative to scrollviewer top/bottom)