Adding Recent games to a custom theme

Issue #2060 new
Former user created an issue

Hi Jason, really new developer here. I watched all your custom theme editing videos yesterday and have tried to make an edit to the BigCouch theme that I am using. I would like the add the Recent games list to the platform view Im using. I added this line to his "Platform View 2" view. <transitions:TransitionPresenter Grid.Row="9" Grid.RowSpan="3" Grid.Column="1" Grid.ColumnSpan="11" TransitionSelector="{Binding BottomBoxesTransitionSelector}" Content="{Binding BottomBoxesView}" Margin="0,0,33,0" />

This worked great at showing me the recent games when i started up the theme but I am unable to navigate to the list or select a game. I have tried to figure this out on my own by comparing your default themes that have recent games and his platform views that dont but Im at a loss. Please help.

Thanks!

Comments (2)

  1. James Hargis

    So new that I didnt have a bitbucket account. Do now though ;) Thanks for any help you can give Jason. Loving Big Box!

  2. James Hargis

    Ok so I have come to realize that this is not controlled by the views code. It seems to be based on what default platform views is being used. I was able to move around the recent games by adding the same code to platform view 3. The problem is that they controls are wrong though. pressing down accesses the list and pressing down and up move through the list. I would ike to be able to press up to access the list and then left and right to move through the list. I attached a picture so you can get an idea of what Im trying to do. Untitled.jpg

  3. Log in to comment