Jump to content
LaunchBox Community Forums

1 Screenshot

About This File

This HelperControl has been integrated into LB 9.4.  I have included a link with steps to help reference the library within big box.  Thank you to everyone that has used this plugin and thank you to @Jason Carr for integrating it into the latest release. 

HelperControlv4.0
This XAML User Control is provided as is and without warranty and should only be used by Theme Developers.   
The purpose of this control is to add scrolling Horizontal text as done in the Aeon Nox theme.
Returns total game count for platforms and playlist 

* Please read the PDF file explaining how it's used.  

** Total Game Count works in all languages


What's New in Version 2.0.1   See changelog

Released

Add Support For 

Total Games Count 

FindString


This will isolate Text found in fields such as PlayMode and Region.  if you want to return multiple images you can pass in separate image blocks 

example: find in the Region North America and show an image if it's found

                         <Image RenderOptions.BitmapScalingMode="HighQuality" Stretch="Uniform" VerticalAlignment="Bottom" >
                            <Image.Style>
                                <Style TargetType="{x:Type Image}">
                                    <Style.Triggers>
                                        <DataTrigger Binding="{Binding Path=ActiveGame.Region, Converter={StaticResource FindInString}, ConverterParameter=North America}"  Value="True">
                                            <Setter  Property="Source" Value="pack://siteoforigin:,,,/Themes/Aeon Nox/Images/etc/region/united_states.png"/>
                                            <Setter Property="Margin" Value="20,0,0,0"/>
                                        </DataTrigger>
                                    </Style.Triggers>
                                </Style>
                            </Image.Style>
                        </Image>

 

 

  • Like 2
  • Thanks 3

User Feedback

You may only provide a review once you have downloaded the file.


×
×
  • Create New...