Brian Posted December 12, 2016 Posted December 12, 2016 (edited) I noticed there is quite a bit of lag when adding recent games to a theme, it makes . It's also harder to switch between platforms. I added 2 videos to show the difference. Does anyone have the same issue? I'm on the latest beta release, but other versions had the same issue. <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:transitions="clr-namespace:Unbroken.LaunchBox.Wpf.Transitions;assembly=Unbroken.LaunchBox.Wpf" xmlns:coverFlow="clr-namespace:Unbroken.LaunchBox.Wpf.Controls.CoverFlow;assembly=Unbroken.LaunchBox.Wpf" xmlns:cal="http://www.caliburnproject.org" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" mc:Ignorable="d" d:DesignHeight="562" d:DesignWidth="1000" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Style="{DynamicResource UserControlStyle}"> <Canvas Name="Canvas"> <transitions:TransitionPresenter TransitionSelector="{Binding BackgroundTransitionSelector}" Content="{Binding BackgroundView}" Height="{Binding ElementName=Canvas, Path=ActualHeight}" Width="{Binding ElementName=Canvas, Path=ActualWidth}" IsContentVideo="true"> <transitions:TransitionPresenter.Effect> <BlurEffect Radius="15" /> </transitions:TransitionPresenter.Effect> </transitions:TransitionPresenter> <Grid Height="{Binding ElementName=Canvas, Path=ActualHeight}" Width="{Binding ElementName=Canvas, Path=ActualWidth}"> <Grid.Background> <SolidColorBrush Color="White" Opacity="0.1" /> </Grid.Background> <Grid.RowDefinitions> <RowDefinition Height="25*" /> <RowDefinition Height="12*" /> <RowDefinition Height="30*" /> <RowDefinition Height="12*" /> <RowDefinition Height="4*" /> <RowDefinition Height="40*" /> <RowDefinition Height="19*" /> </Grid.RowDefinitions> <Rectangle Grid.Row="1" Grid.RowSpan="3" Fill="Black" Opacity="0.65" SnapsToDevicePixels="True" Margin="0" /> <coverFlow:FlowControl Grid.Row="1" Grid.RowSpan="3" x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" ImageType="Clear Logo" CurveAmount="0.0" CameraZPosition="8.0" VisibleCount="10" PageSize="6" Spacing="6.35" ItemZPosition="1" SelectedItemZPosition="6.25"> <coverFlow:FlowControl.CoverFactory> <coverFlow:HorizontalWheelCoverFactory /> </coverFlow:FlowControl.CoverFactory> <coverFlow:FlowControl.Effect> <DropShadowEffect ShadowDepth="0" Opacity="1"/> </coverFlow:FlowControl.Effect> </coverFlow:FlowControl> <Grid Grid.Row="5"> <Grid.ColumnDefinitions> <ColumnDefinition Width="5*" /> <ColumnDefinition Width="100*" /> <ColumnDefinition Width="5*" /> </Grid.ColumnDefinitions> <transitions:TransitionPresenter Grid.Column="1" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" TransitionSelector="{Binding BottomBoxesTransitionSelector}" Content="{Binding BottomBoxesView}"></transitions:TransitionPresenter> </Grid> </Grid> </Canvas> </UserControl> Edited December 12, 2016 by Brian Quote
Nyny77 Posted December 12, 2016 Posted December 12, 2016 (edited) what theme? Edited December 12, 2016 by Nyny77 Quote
Brian Posted December 12, 2016 Author Posted December 12, 2016 It's a custom one. I pasted the xml I use in the first post. Quote
Nyny77 Posted December 12, 2016 Posted December 12, 2016 You can share it please ? For test (lag) Sorry i m french..lol Quote
Brian Posted December 12, 2016 Author Posted December 12, 2016 (might only work on the beta version) Quote
Brian Posted December 12, 2016 Author Posted December 12, 2016 PS Votre Anglais est mieux que mon Français. Quote
Brian Posted December 12, 2016 Author Posted December 12, 2016 Je n'ai pas utilisé Google Translate. : ) Quote
Nyny77 Posted December 12, 2016 Posted December 12, 2016 i very like you theme ! great work my friend. 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.