Jump to content
LaunchBox Community Forums

Recommended Posts

1 hour ago, FlightRisk said:

Would it be easy to add things that exist now like the popout game data feature, or has engine/method of creating themes changed and you would have to start from scratch?

The pop-out feature is only for LB themes not BB themes. So that could not be added to this theme. Not much has changed when it comes to coding a theme so to add the new pop-out feature to a LB theme you would just need to ensure the lines of code are added in. 

Link to comment
Share on other sites

  • 1 month later...
On 4/21/2018 at 10:00 PM, CriticalCid said:

Go to the Views folder inside Unified and open the View in which you want to have the fade removed with a text editor of your choice. Search for the line that start with <!-- FADING WHEEL --> and delete all lines beneath it until the next blank line.

 

Than search for the line

 

<DoubleAnimationUsingKeyFrames Storyboard.TargetName="Pointer" Storyboard.TargetProperty="(Image.Opacity)" >

and the line

<EasingDoubleKeyFrame KeyTime="0:0:1.4" Value="0.15"/>

beneath it. Change the Value from 0.15 to 1

 

Thanks, that worked great to remove the fade-out of the wheel of games, alas that doesn't change anything about the fade-outs of the wheels that come before, the platforms, playlists wheels or w/e they're called. I still find myself staring at an almost completely black screen with the exception of the date and hour.

Just to be sure, we are supposed to only delete the lines that come after <!-- FADING WHEEL --> but leave the line <!-- FADING WHEEL --> intact, correct? Do we leave just 1 line of blank space after it?

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