Jump to content
LaunchBox Community Forums

Platform ogo in Games view


kuipou

Recommended Posts

1 minute ago, kuipou said:

Is there a reason why there is no theme with a platform logo and the game clear logo wheel at the sametime like for example the SNES logo on the left and all the clear game logo on the right

I don't believe that 2 wheels on the same screen is currently supported, but i know nothing about the themeing engine. Maybe @CriticalCid could offer some insight there.

Link to comment
Share on other sites

It highly depends on the theme and how it’s structured.

Here's the general code to make it show in a Games VIew. You have to edit the values and adapt them to the View.

<Image x:Name="PlatformLogo" Source="{Binding Path=ActiveGame.PlatformClearLogoImagePath}" Grid.Row="0" Grid.RowSpan="1" Grid.Column="0" Grid.ColumnSpan="1" HorizontalAlignment="Right" VerticalAlignment="Top" RenderOptions.BitmapScalingMode="HighQuality" Panel.ZIndex="99"  />

Unfortuantely it won't be enough to just add and edit this line of code in most cases and you will need to restructure a chunk of the View itself.

I highly recommend to watch Jason’s XAML tutorials first to learn the theming basics before you bother to tinker with it

https://www.youtube.com/playlist?list=PL6pTDaHeAz-X8yNgOD3DPxUf1gaB2FLzb

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...