Baggio Posted January 24, 2022 Posted January 24, 2022 1 minute ago, faeran said: Yeah, both should be done using code. Depending on the opacity mask, you may find it easier to use an image. With the new flow control stuff, you would just need to replace the code with other code. I may have time to give you an example at some point. Brilliant thanks. I downloaded the theme above and had a look at the code and saw this for the wheel so i will have a play with it tomorrow and see what happens <!-- WHEEL GLASS BAR AND SELECTED PLATFORM HIGHLIGHT --> <Grid x:Name="WheelHighlight1" Opacity="0.3" Panel.ZIndex="4"> <Grid.Background> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="Black" Offset="0"/> <GradientStop Color="Black" Offset="0.36"/> <GradientStop Color="#00000000" Offset="0.40"/> <GradientStop Color="#00000000" Offset="0.60"/> <GradientStop Color="Black" Offset="0.64"/> </LinearGradientBrush> </Grid.Background> </Grid> <Grid x:Name="WheelHighlight2" Opacity="0.3" Panel.ZIndex="2"> <Grid.Background> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="#00000000" Offset="0"/> <GradientStop Color="#00000000" Offset="0.36"/> <GradientStop Color="Black" Offset="0.40"/> <GradientStop Color="Black" Offset="0.60"/> <GradientStop Color="#00000000" Offset="0.64"/> </LinearGradientBrush> </Grid.Background> </Grid> </Grid> Quote
balugabutt Posted January 24, 2022 Posted January 24, 2022 On 1/6/2022 at 12:24 PM, Rlad said: Didnt include Singe as can't find good artwork. Singe.zip 15.38 MB · 5 downloads @balugabutt @PaulyC Sheesh, I just saw your mention. Thank you! Quote
faeran Posted January 24, 2022 Posted January 24, 2022 1 hour ago, PaulyC said: Brilliant thanks. I downloaded the theme above and had a look at the code and saw this for the wheel so i will have a play with it tomorrow and see what happens <!-- WHEEL GLASS BAR AND SELECTED PLATFORM HIGHLIGHT --> <Grid x:Name="WheelHighlight1" Opacity="0.3" Panel.ZIndex="4"> <Grid.Background> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="Black" Offset="0"/> <GradientStop Color="Black" Offset="0.36"/> <GradientStop Color="#00000000" Offset="0.40"/> <GradientStop Color="#00000000" Offset="0.60"/> <GradientStop Color="Black" Offset="0.64"/> </LinearGradientBrush> </Grid.Background> </Grid> <Grid x:Name="WheelHighlight2" Opacity="0.3" Panel.ZIndex="2"> <Grid.Background> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="#00000000" Offset="0"/> <GradientStop Color="#00000000" Offset="0.36"/> <GradientStop Color="Black" Offset="0.40"/> <GradientStop Color="Black" Offset="0.60"/> <GradientStop Color="#00000000" Offset="0.64"/> </LinearGradientBrush> </Grid.Background> </Grid> </Grid> Here's an example code you can look at. You will need to replace the coverFlow code that's there with this one, and adjust what you need. <coverFlow:FlowControl x:Name="FlowControl" Grid.Column="4" Grid.ColumnSpan="3" Grid.Row="0" Grid.RowSpan="8" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Endless="True" Columns="1" ItemSpacing="1.5,0" SelectedScale="2,2" VisibleCount="7"> <coverFlow:FlowControl.Camera> <OrthographicCamera Position="0,0,5" LookDirection="0,0,-1" NearPlaneDistance=".01" FarPlaneDistance="1000" Width="5"/> </coverFlow:FlowControl.Camera> <coverFlow:FlowControl.FlowTemplate> <DataTemplate> <coverFlow:FlowContext> <Grid Height="225" Width="500" Background="Transparent"> <Grid.Style> <Style TargetType="Grid"> <Setter Property="Opacity" Value=".3"/> <Style.Triggers> <DataTrigger Binding="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type coverFlow:FlowContext}}, Path=IsItemSelected}" Value="True"> <Setter Property="Opacity" Value="1"/> </DataTrigger> </Style.Triggers> </Style> </Grid.Style> <coverFlow:FlowImage ImageType="Clear Logo" Stretch="Uniform" StretchDirection="Both"/> </Grid> </coverFlow:FlowContext> </DataTemplate> </coverFlow:FlowControl.FlowTemplate> </coverFlow:FlowControl> Quote
Baggio Posted January 25, 2022 Posted January 25, 2022 17 hours ago, faeran said: Here's an example code you can look at. You will need to replace the coverFlow code that's there with this one, and adjust what you need. <coverFlow:FlowControl x:Name="FlowControl" Grid.Column="4" Grid.ColumnSpan="3" Grid.Row="0" Grid.RowSpan="8" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Endless="True" Columns="1" ItemSpacing="1.5,0" SelectedScale="2,2" VisibleCount="7"> <coverFlow:FlowControl.Camera> <OrthographicCamera Position="0,0,5" LookDirection="0,0,-1" NearPlaneDistance=".01" FarPlaneDistance="1000" Width="5"/> </coverFlow:FlowControl.Camera> <coverFlow:FlowControl.FlowTemplate> <DataTemplate> <coverFlow:FlowContext> <Grid Height="225" Width="500" Background="Transparent"> <Grid.Style> <Style TargetType="Grid"> <Setter Property="Opacity" Value=".3"/> <Style.Triggers> <DataTrigger Binding="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type coverFlow:FlowContext}}, Path=IsItemSelected}" Value="True"> <Setter Property="Opacity" Value="1"/> </DataTrigger> </Style.Triggers> </Style> </Grid.Style> <coverFlow:FlowImage ImageType="Clear Logo" Stretch="Uniform" StretchDirection="Both"/> </Grid> </coverFlow:FlowContext> </DataTemplate> </coverFlow:FlowControl.FlowTemplate> </coverFlow:FlowControl> Thanks mate appreicate that, It worked perfectly 👍 Quote
PiperCalls Posted January 31, 2022 Posted January 31, 2022 (edited) Were themed genre or collection vids made for this theme? There are plenty of others but it would keep looking stellar with vids of the same style. Edited January 31, 2022 by PiperCalls Quote
JHub87 Posted December 15, 2022 Posted December 15, 2022 Does anyone have a unified widescreen platform video for the PS4? I can't seem to find any online. Quote
asklenny Posted July 25, 2023 Posted July 25, 2023 I am using the Unified Refried theme in Big Box. When I select the Arcade platform and go to the list of games....I have a black background. Can anyone tell me how to correct this so it matches the background on the platform page? This is my games list with the black background. It should have the Arcade background to match the Platform list theme page. Anyone know how to fix this? I'm not sure why I lost the background in the first place. Quote
Retro808 Posted July 25, 2023 Posted July 25, 2023 3 minutes ago, asklenny said: I am using the Unified Refried theme in Big Box. When I select the Arcade platform and go to the list of games....I have a black background. Can anyone tell me how to correct this so it matches the background on the platform page? This is my games list with the black background. It should have the Arcade background to match the Platform list theme page. Anyone know how to fix this? I'm not sure why I lost the background in the first place. Is your platform named "Arcade" or something else? The images for the arcade platform in this theme would be called "Arcade" so your platform name would need to match. Also I deleted your 2 others posts about this. Only one post is needed. Please do not spam multiple threads on the same issue. Quote
nyxxic200 Posted November 30, 2024 Posted November 30, 2024 Sorry for bumping this thread but does anyone have a video border and background for Fruit Machines? Thank you Quote
inho Posted January 15 Posted January 15 Yeh I need a Fruit Machine one aswell. Used this theme for years now,would be great to add it Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.