Jump to content
LaunchBox Community Forums

BMovieBen

Members
  • Posts

    78
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by BMovieBen

  1. Thank you both for the helpful and prompt responses! For #1, I'll do as you both suggested and omit image entirely (leaving the background black) and let the user choose the transition for the video, assuming it will fall back to images if no videos are found. For #2, That solution seems to cause other issues...either BigBox fires an exception saying "ItemTemplate" cannot be used more than once, or once you select a game, the game title shows at the top but all the text in the list below (play now, rate the game, etc.) is missing. OK what's the more robust option to resize the font in a listbox with a plugin then?
  2. Hi all - I'm working on porting a Maximus Arcade theme of mine I created years ago. I was able to answer most of my own questions by watching all of Jason's videos and reading through all 37 (!) pages of this thread, as well as the documentation. I have two outstanding questions at the moment. How do I eliminate the transition delay entirely from game videos? I have the below set so if a video doesn't exist, an image will be used instead. When switching between games, there's a delay in the video loading and the user sees the image underneath for a second or so. Please let me know if there's a way to do this (someone mentioned that TransitionPresenter came with a delay naturally but didn't suggest an alternative...) <transitions:TransitionPresenter Grid.Row="1" Transition="{transitions:FadeTransition}" Content="{Binding ImageView}" /> <transitions:TransitionPresenter Grid.Row="1" Content="{Binding ImageVideoView}" StretchVideo="true" IsContentVideo="true" /> How do I change the font size for ListBox in the games view? I've tried adding the following under ListBoxStyle in TextListView.xaml, but it has no effect. I've seen some extremely complex and elaborate ways around this using plugins and such, but I'm hoping there's an easy way to just make the font smaller for lists due to the font I'm using... <Setter Property="FontSize" Value="2" /> Thank you in advance. Here's a screenshot of my WIP theme "Wood Panels". (Also, @viking, what's a guy gotta do to get his hands on the source images for the TVs you used in your platform videos?)
×
×
  • Create New...