throwingmuse Posted January 27, 2017 Share Posted January 27, 2017 I am altering an existing theme for my personal use. Is it possible to use text, rather than Clear Logos, in game list wheels which does not grow/shrink based on the number of characters in the game title? I'd like to "convert" this wheel XAML into a simple text list identical to the default menu or option list format. <coverFlow:FlowControl x:Name="FlowControl" Grid.RowSpan="12" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" CoverFactory="{Binding CoverFactory}" ImageType="Clear Logo" CurveAmount="0.0" CameraZPosition="3.0" VisibleCount="16" PageSize="6" Spacing="0.75" ItemZPosition="1.5" SelectedItemZPosition="2.1" Panel.ZIndex="100" > <coverFlow:FlowControl.OpacityMask> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="Black" Offset="0.5"/> <GradientStop Offset="1"/> <GradientStop/> </LinearGradientBrush> </coverFlow:FlowControl.OpacityMask> </coverFlow:FlowControl> The theme I am using uses Vertical Wheel 1 as the Games List View under Option:Views. This might make my request impossible; I'm not sure. Quote Link to comment Share on other sites More sharing options...
Krait Rosado Gaming Posted January 27, 2017 Share Posted January 27, 2017 Maybe you could try to delete all Clear logos Images, then chose in launchbox your favourite Font. I guess it is more easy. See you. Quote Link to comment Share on other sites More sharing options...
throwingmuse Posted January 28, 2017 Author Share Posted January 28, 2017 I do not have any Clear Logos for the games. Launchbox is rendering the wheel as text due to the absence of Clear Logo images, but the text strings grow/shrink based on how many characters are in the game title. I want a consistent font size rather than a dynamic font size. I also want consistent spacing between the game titles. In short, I want the wheel to function like the menu or option list. I need to use the wheel, I think, due to the theme being built using Vertical Wheel 1 as its Game List View. The theme has both a video and box embedded on the screen along with game text. Quote Link to comment Share on other sites More sharing options...
throwingmuse Posted January 28, 2017 Author Share Posted January 28, 2017 Well, I solved my own issue. I rebuilt the TextGamesView.xaml to include all the elements from the WheelGamesView.xaml except for the wheel coverflow. I kept the text list navigation view instead... problem solved. Quote Link to comment Share on other sites More sharing options...
Krait Rosado Gaming Posted January 28, 2017 Share Posted January 28, 2017 I recently edited a theme without any idea how to do it. Great if you have found the solution as well. Clear logos is a pain in the ass if you have a big collection and need to edit manually. Quote Link to comment Share on other sites More sharing options...
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.