Jump to content
LaunchBox Community Forums

KuSslaK

Members
  • Posts

    4
  • Joined

  • Last visited

KuSslaK's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. KuSslaK

    BannerBox

    Found it! For PlatformWheelFiltersView : Search for "Rectangle4rect"(right) and "Rectangle5rect"(left), in the following lines, look for Opacity="1.0". Change this to 0. For HorizontalWheelGamesView : Repeat the same process for "Rectangle9rect" and "Rectangle10rect". Should look like this : <Grid> <Rectangle x:Name="Rectangle4rect" HorizontalAlignment="Left" VerticalAlignment="Top" Fill="Black" Opacity="0" Stretch="Fill" RenderTransformOrigin=".5,.5" Width="{Binding ElementName=Rectangle4,Path=ActualWidth}" Height="{Binding ElementName=Rectangle4,Path=ActualHeight}"> Hope it will help some people!
  2. KuSslaK

    BannerBox

    Thanks for your answer! I tried deleting this part : <!-- Grid 1 --> <Grid x:Name="Grid1" HorizontalAlignment="Left" VerticalAlignment="Top" Visibility="Visible" Width="{Binding ElementName=Canvas,Path=ActualWidth,Converter={StaticResource ScalePropertyValueD},ConverterParameter=W;512;2560}" Height="{Binding ElementName=Canvas,Path=ActualHeight,Converter={StaticResource ScalePropertyValueD},ConverterParameter=H;125.33333333333333;1440}" RenderTransformOrigin="0.5,0.5" Panel.ZIndex="105" > But I only got an error and BigBox crashed. Then I found these lines related to 'Grid1' : Storyboard.TargetName="Grid1" Storyboard.TargetProperty="Opacity" BeginTime="00:00:01.5" From="0" To="0.3" Duration="00:00:01.7"> Changed it to "0" instead of "0.3" ... sadly nothing changed.
  3. KuSslaK

    BannerBox

    I really need help on this one... I've put hours trying to find how... I'm using HorizontalWheel2GamesView because it shows the videos and description a little bit faster. **I tried removing the fade on the sides that starts after 3sec being on a platform/game, because it darkens the video preview and some are already dark so...** I found a background named 'OM.png' in : BannerBox\Media\Background so I modified it to be just an empty .pnj file, thinking maybe, it would remove the fade... nope. I looked everywhere and tried a bunch of things in XAML files to find something related to this fade... no success... Now my only hope is to find a kind person (also with bigger brain than me) to find a solution.
    I give 5-star to that! Awesome job! The only thing for me is the auto-fade. When you look at a game details, after two seconds, the sides of the screen gets darker so we can't clearly see the video preview. If someone know how to remove that, so it stays clear all the time, let me know! Beside that, I love it.
×
×
  • Create New...