Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,500
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by C-Beats

  1. Big Box only supports two monitors. The Main Window sits on one monitor, and the marquee view sits on another. There is no way to render the Main View across 3 monitors the way you're asking short of duplicating your display on the other monitors.
  2. @SqHd @Rlad - When you say the game has a manual but NOT the badge could you explain how that manual is added to the game? Do you mean you have a file in the games manual path, or is it a manual added as an additional application? If an additional application, what file extension is the file?
  3. Should be able to edit the new GameDetailsView.xaml file and change PreviewBackground to Transparent on line 348.
  4. If you use "ActiveGame.CommunityOrLocalStarRating" it will show star rating if you have one, and fall back to community star rating if you don't. Should work for your situation.
  5. You referring to the badge icons? May be easier for you to just make a small modification to the theme if you're a premium user if so.
  6. How are you changing out the background you're talking about?
  7. C-Beats

    Happy new user!

    Welcome to the fold, community is pretty helpful so if you run into any issues don't hesitate to ask.
  8. First step is to make sure windows is seeing your inputs correctly in Controller Management. Next thing to check is make sure you don't have a third party app listening/consuming your 1B / P1 Home input. Steam by default does things with home button by default that can be a bit of a pain to shut off, could make sure nothing like that is trying to do things when you push that button. Third is to verify the inputs in RetroArch (though sounds like you did that already)
  9. Does it happen if you use the default theme?
  10. Yeah, running as administrator makes Windows lie to us about where you're running the application from some times and can screw with our ability to tell where files should be.
  11. Never need to run any of our products as administrator to make them work and in fact typically it causes issues. If you look at your second image the Windows.xml file would be located in the Platforms folder, could you look in there and see if it is, and if so can copy it over to your LaunchBox\Data\Platforms directory to see if it resolves your issue.
  12. That is required to make a playlist visible in "Platform Category" view inside of LaunchBox and Big Box. To place the playlist in the "Platforms" view you need to check the bottom most check box on the "Details" page "Include this Playlist with Platforms"
  13. It doesn't. That feature only looks in the platform you are importing when comparing names. It will only look in your entire collection when seeing if the exact file has already been imported or not.
  14. Typically if the roms are listed on the last page it's because they are already imported. If you check the "Force import duplicate roms" checkbox in the options page and they suddenly appear in the import list then the games have already been imported.
  15. You can go to the alternate names tab of the edit game window and select which title you want to use from there but we don't have any en masse tool to do that for all titles.
  16. Yeah, what you're wanting to utilize is called a "Resource". To define them add the following block where you typically put your root element(s). The Root elements then go under this block. <UserControl.Resources> </UserControl.Resources> Any item in that block needs a x:Key defined (string) and then when you make a binding you just bind to StaticResource of the same name you put in the key. Wall2GamesView.xaml uses this functionality if you want to look at an example.
  17. We honor your Marquee Image Type settings in our default marquees. If you want to utilize a banner image AS a marquee simply add them to your image priorities (it is already added by default) and it should be utilized by the Default Marquee View
  18. Can't even begin to guess the cause for what you're seeing without you posting the error message you are seeing.
  19. This can be done via Platform Category. You'd need to delete the auto-generated "Consoles" and "Handheld" categories (which will move all those platforms to the root), but after you do that it should be pretty close to your requested set up already.
  20. The data is located in the bottom of that platforms xml file. The easiest way to get rid of the field across your whole library is to select a sidebar filter that selects all the games in your library, then select all items in the content grid (Ctrl-A works) then right click and select Edit (can also press Ctrl-E) to open the Bulk Edit Wizard. When you get to the page that asks you to pick the field select your custom field then leave the "Value" box blank and apply the changes. This will remove the field from your library without the need to manually alter xml files.
  21. What theme are you running?
  22. Pretty much EVERY time I've seen it's because if you look in Task Manager you have a service called "nahimic" running which has know issues with WPF. Can you see if it's running and disable it if it is, should solve the issue.
  23. C-Beats

    Update

    The download IS an .apk but some browsers for some stupid reason change it to bin to match your operating system. Try a different browser and you should see it as APK.
  24. Could use the star rating field to make a playlist of items with 4+ stars, should be a pretty good starting point for you.
  25. If you open Task Manager do you have a service called "nahimic" running in your service tab? This is the typical cause for a lot of weird UI glitching we've seen in recent past.
×
×
  • Create New...