Jump to content
LaunchBox Community Forums

Colorman3605

Members
  • Posts

    143
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Colorman3605's Achievements

32-Bit GPU

32-Bit GPU (5/7)

22

Reputation

  1. I created my own theme for Launchbox and called it "Old Default Plus". I will start by saying that my theme is the result of cutting/copying/pasting/editing from other themes I found for Launchbox until I got a theme that I liked and with the features I wanted. The only thing I would like to do but I don't know how would be to add an "alternative names" entry to the game details. Let me explain. The alternative names are already shown on the right side of the details table (see image) but I would like to display an "Alternative Names:" entry on the left side of the details like the "Publisher", "Series" etc entries... Old Default Plus.zip This is the code I used to display the alternative names (code modified from another code found in the forums). If anyone could help me I would be grateful. Thanks!
  2. This is the result that appears to me. Everything is ok but the region/context that the displayed name refers to is not shown. The ideal would be as shown in the second image (considering all the writings with the same font and the writings on the left side of one color and those on the right side of another). Could it be done?
  3. I tried the code: <ItemsControl Margin="3,3,3,0" ItemsSource="{Binding Documents}"> <ItemsControl.ItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal"> <Image VerticalAlignment="Center" Stretch="Uniform" StretchDirection="Both" Source="{Binding Icon}"/> <TextBlock Margin="3,0,0,3"> <Hyperlink Command="{Binding ClickCommand}"> <Hyperlink.Style> <Style TargetType="{x:Type Hyperlink}"> <Setter Property="TextBlock.TextDecorations" Value="{x:Null}" /> <Setter Property="TextBlock.Foreground" Value="#A6FFFFFF"/> <Style.Triggers> <Trigger Property="IsMouseOver" Value="True"> <Setter Property="TextBlock.TextDecorations" Value="Underline" /> <Setter Property="TextBlock.Foreground" Value="White"/> </Trigger> </Style.Triggers> </Style> </Hyperlink.Style> <TextBlock Text="{Binding Title}" TextTrimming="CharacterEllipsis" /> </Hyperlink> </TextBlock> </StackPanel> </DataTemplate> </ItemsControl.ItemTemplate> <ItemsControl.ItemContainerStyle> <Style> <Setter Property="Control.Margin" Value="0,0,0,3"/> </Style> </ItemsControl.ItemContainerStyle> </ItemsControl> and it works great but I wanted to ask if there is the possibility to insert a blank line, a label "manuals", "extras", "documents" or other plus another first blank line before the files I want to show. I tried with various attempts but I can only put a blank line. Thanks!
  4. Is there a way to prevent the videos and images in game details from opening and showing in full screen ? Thanks!
  5. I tried but nothing. Maybe I'm wrong. However to add the region in the game details I add the following lines: (see image). Can I start from something like this?
  6. I changed the "GameDetailsView.xaml" to the theme used to display information about various titles that wasn't displayed before. Now I would like to add the version of the various titles (GameDetailsView.xaml). I've tried several times but I can't. can someone help me? Thank you!
  7. Is there a way (or will be) to show sidebar icons only for categories, platforms or playlists (perhaps by modifying the related xml file). Thank you!
  8. is there a way to display games only in playlists and platforms and hide them in categories (arcade, computers, etc...)? Thank you!
  9. I would like the details to be shown as in the default theme but the game logo to appear at the top (like in the plus version), all without animation. Perhaps it would be easier to change the default theme. Thanks!
  10. is there a way to turn off the smooth animations during loading and to make sure that the information of the various games is not separated from the notes of these? Thanks!
  11. I have started using the new launchbox feature and am having several problems. in the recommended games I want to view the games belonging to the same series but not present in the platform of the selected game so in the options I enter: - Series - is equal to - game value - required - all games - Platform - is not equal to - game value - required - all games in similar games I want to view the games belonging to the same series but present in the platform of the selected game so in the options I enter: - Series - is equal to - game value - required - all games - Platform - is equal to - game value - required - all games in possible ports I want to view the selected game if present in other platforms, so I enter: - title - is equal to - game value - required - all games - Platform - is not equal to - game value - required - all games - series - is equal ti - game value - required - all games The problems I encountered are: - games with the same title as the selected game are not shown in the recommended games. - in possible ports the same titles for some titles are shown in others not I will try to make an example to be precise. There are 3 games (A1, B1 and C1) belonging to the same series and genre present in a platform (1), then there are 3 other games identical to the first three but different platform (2 and therefore A2, B2, C2). I choose A1 In related games (with the parameters shown above) I get the following results. - recommended games B2, C2 (A2 is not present but I think there should be) - similar games: B1, C1 (OK!) - possible ports: nothing Do I have to enter other parameters? P.S. is there a way to show the search results in alphabetical order, by platform or other parameters? I hope I have been precise with the description of the problem and I hope that someone can give me clarification. Thanks!
  12. Tested beta 6. Automatic restart when prompted is a great thing. As for viewing similar, recommended and post games: - if I don't want to view them? - if I want to see only a list of these three - I would like to see all the versions that are in the compressed games. How to do? Thanks!
  13. Help for these titles Dreamcast: Evolution: The World of Sacred Device Evolution 2: Far Off Promise Illbleed Midway's Greatest Arcade Hits Volume 1 & 2 NBA Showtime: NBA on NBC Radirgy (Japan Version) Sakura Taisen 1, 3 & 4 Super Runabout: San Francisco Edition There are logos out there for these titles, but they're not that great. Hope someone help me. Thank you!
×
×
  • Create New...