Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,945
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by C-Beats

  1. Probably an issue with the KeyboardView.xaml file in your theme. Navigate to \\LaunchBox\Themes\{Theme name you're using}\Views and delete the KeyboardView.xaml in there and restart Big Box and you should be able to use it properly
  2. Are you using the 3D Box image group in LaunchBox? By Default it's Boxes which uses the Box Front image
  3. The image size has no affect on that as we don't load those images directly to the UI. They are cached and loaded from the cache. What version of LaunchBox are you running?
  4. I've heard of that one! I hear it's pretty top notch, dev is a pretty cool guy too.
  5. Can just run the import on that folder. We don't import the same file twice so you should only see the newer files in the import.
  6. I was previously mistaken. The binding you're probably wanting is CurrentDateTime. CurrentTime is a short time string. Both however are a part of the View (which is passed as the DataContext to your controls) and NOT a static variable so you wouldn't be able to look it up on MSDN. The binding would look like: {Binding CurrentDateTime, StringFormat='{}{0:MMMM dd, yyyy}'} Again though this string format is saying you only want the Month Day, Year so no time would be displayed.
  7. As stated change the source to "CurrentTime" and it should work (assuming you change your string format)
  8. All of the views have a binding called "CurrentTime" that is the same as DateTime.Now but updates the binding every second so that it stays up to date correctly. Doing the binding the way you are won't work as the binding doesn't ever get updated. This is all assuming you want to do what you say you want to do and not what your code shows you doing. Your string format is set up in a way you would only ever see the date and no time information so short of the date changing the value displayed shouldn't be changing anyway.
  9. Not all logo's have been replaced. Most of the logos that were put into 12.15 were for platforms we didn't have ANY logo for. We will be updating more logo's in future revisions and we have been working with Dan to get versions that will work more universally for all users setups/themes before we change out some of the existing logos with those in his collection.
  10. Not sure how you came to that conclusion. WPF is a Windows exclusive framework that utilizes DirectX for all hardware rendering (which again is a Windows exclusive framework), so unsure how why you think it could be ported to other platforms at all, let alone easily. You could potentially utilize software like Wine to run the app on other platforms, but it wouldn't be a native app for that platform.
  11. Only other category I did was I group my platforms by manufacturer where possible. So in my Consoles category I have a category for Nintendo, Sony, Sega, etc then the platforms go in the correct subcategory. I have a build that has a lot more nested information for easier navigation in Big Box (Without the need to use the filter menu) but I don't know that it's always needed to do that.
  12. I took a look at the code and found the issue. It will be corrected in the next release.
  13. Looking for the .NET Runtime error log entry (if one exists). Should appear right before the first Application Log entry.
  14. Yeah, Easiest way is probably just remove all the images in \\LaunchBox\Images\Platforms (only do so if you HAVEN'T added any other images, otherwise navigate to each platforms Clear Logo folder and delete IT'S contents). Then go to Big Box Options and navigate to the Image Cache section and refresh the clear logo / wheel image cache. From that point on you should be using the new logos were applicable.
  15. Typically Clear Logo. Banner is really only used in marquee by default (I think Old Default uses it to display a static image in Platform Details as well)
  16. All of that is stored in the files Neil mentioned. Backing up the Data folder is all that's needed.
  17. Probably need to reset you wheel image cache in Big Box Options (Image Cache page)
  18. Disregard, I was able to replicate with my data and have found the issue. It will be corrected in the next release.
  19. I have looked into the reported issue with Details not showing correctly when coming back to platform view and found the cause. When pressing select while the details transition is still playing it would leave the platform in a bad state when returning to it leaving some elements unloaded. I have a correction in place and will be in the next release. Thanks all for the reports and extra information.
  20. All your previous installers should be found in \\LaunchBox\Updates folder. You can safely downgrade your version without losing any of your data. If you can't find the version you need email support and explain your situation and they should be able to get you the installer.
  21. Can you try to do the following for me and let me know if it corrects the issue you're seeing? Open LaunchBox Go to Tools > Options Go to the Visuals > Filter Side Bar page Enable "Show Counts" and press OK Go to the Platform Category sidebar filter Select the category whose number is incorrect See if the number is correct there Close LaunchBox See if the metadata is present now in Big Box
  22. Click the GamesDB link at the top of this page to get to our database website. Login there (your account/credentials are unique to that site and are NOT the same as your forum account). From that website you can find update and add games. Updating games you do from that game page.
  23. All the packaged logos are generated for you in a very specific circumstance. If the application is asking the platform it's clear logo, and one cannot be found in the file structure, we look through the packaged logos. If we have a packaged logo for that platform we save it to file for you and then use that. If you already have a logo for on of the updated platforms then you won't see the new logo. If you haven't imported/created any of the new platforms you will also not see their logos. All the logo's we provide ARE packaged inside of the application though, no additional downloads are needed. Also to note that if you're wanting the new logos to appear in Big Box you will need to clear your image cache after the logo has been updated.
  24. Could you put your entire data folder into a zip file and PM it to me. I'll see if I can determine what's going on.
  25. Best to email support@unbrokensoftware.com with any license issues or questions as they can look up the specifics of your purchase and give you the most correct information. The one-year premium license is good for all releases that came out before your license expiration date. You can use your license forever as long you use the last version before your license expired. If you want to use a newer version you can, you will just lose premium features until you get a new license that works with that release (either another year license, or permanent).
×
×
  • Create New...