Jump to content
LaunchBox Community Forums

DarkStalker

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by DarkStalker

  1. On 1/30/2024 at 12:54 PM, faeran said:

    I did a quick check in the theme file and here's some answers:

    2 - Pretty sure that the video I use already falls back to screenshots/backgrounds if there's no video. So if you don't want to see the screenshot, simply remove that code from the theme. Pretty sure it's the <coverFlow:FlowImage x:Name="Screenshot1"....  that you want to remove

    3 - Centering is a bit more involved, as you would need to remove a number of pieces from the theme, and it also depends on what exactly you are wanting to center it to. You'll need to remove the video code from the Canvas and StackPanel that it's in, and just keep it in the Grid. You also may need to remove the Height property on the video. Doing all of that will then center the video inside of the Grid's space, whatever that space is.

    Hi faeran, thx for the answer.
    But here I see both the screenshot and the video. If there's no video, just the screenshot is showed. Anyway to show just one of them, prioritizing the video? And in this case, how to center both?

     

  2. Hi faeran!

    I'm using your VisioN custom theme. Really like it and makes BigBox looks very cool! 🙂

    I just wanna make 3 little modifications on it for my personal use:

    1 - Make the game screenshot and video bigger.

    2 -  Wanna prioritize the video over screenshot (only show the screenshot if there is no video).

    3 - Keep screenshot/video centered on the last grid row.

    I did the first one, editing the file HorizontalWheel2GamesView.xaml and changing the RowDefinition values by (line 436):

    <Grid.RowDefinitions>
    	<RowDefinition Height="23*"/>
        <RowDefinition Height="4.0*"/>
        <RowDefinition Height="0.2*"/>
        <RowDefinition Height="10.8*"/>
        <RowDefinition Height="1.0*"/>
    </Grid.RowDefinitions>

     I'm trying the second modification, but I cant get it working. I made something like an if-else using "DataTrigger", but screenshot keeps showing even when there's a video for the selected game.

    Also trying to keep screenshot and video centered. When I get just the screenshot the HorizontalAlignment="Center" works, but when I force just the video it keeps aligned to the right or left.

    Can you pls help me?

  3. Hi everyone,

    I have a feature that was working on another recent beta version, but isn't on last two builds.

    When Editing a game and using the "Additional Apps" tab, I choose another game version and click on "Make Default".

    After that I click on OK and a screen error popup on LB. The popup is on the image below:image.thumb.png.bcf0db0090020ae95ef310e2e4c49213.png

    A full error message can be found at: https://pastebin.com/pWBWenTP

    Anything can be done about that?

×
×
  • Create New...