Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

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

Posted
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.

Posted

The platform and game wheels are only support in either the Platform or Game Views, there's no way to mix them. It may could be possible with a plug-in but as I'm no developer I can't say anything about that but I doubt that it would be an easy thing to do.

Posted

The theme creator has to add it to theme/view. It's not something you can simply activate in the options and certainly not something you can easily add to a theme yourself without very basic understanding of how XAML works.

Posted

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

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...