Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    5,115
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by C-Beats

  1. VisibleCount is the number of items you want to be displayed at any given time (useful to make sure you don't overload the user system trying to load too many items at once). Having a number that isn't greater than 0 doesn't make sense for that property. I was unaware the documents read the way they did and will make sure to correct them. When testing your claims I did find there are issues when setting VisibleCount to 1. Two items show instead of 1, and as you stated if endless is true it doesn't wrap correctly. Both issues I will look into resolving.
  2. Glad to hear, thanks for confirming.
  3. Endless isn't the hurdle in this situation, and will not be changing. The fact that you can't rotate the boxes is your current dilemma, one I would like to address in the future. In regards to how close you CAN get currently, you should be able to produce a single row of boxes with a defined start and end, if you haven't gotten to that point you aren't as close as you can get with control and it's current capabilities.
  4. Unfortunately for the first pass of this new control you won't be able to exactly replicate what you are looking for because you have no way to rotate the boxes. To get as close as you can with the current implement (which looks more like the Horizontal Box View) you would remove the CoverFactory property entirely, add a Row property (with a value of 1), and then add a FlowTemplate with a FlowImage set to use Boxes (see WallView1).
  5. You will need to make sure you are on SP1 of Windows 7 and install .NET Core (not Framework) runtimes. Even then I believe some of the dependencies of the newest versions do not play nice with Windows 7. Windows 7 is no longer supported by Microsoft and so I don't see those requirements being lifted. If those steps don't work I would reach out to support@unbrokensoftware.com and ask for the LaunchBox 11.2 installer, that is the latest version that uses .NET Framework and should work far more seamlessly for your operating system.
  6. What version of LaunchBox are you trying to install?
  7. Inside of your \\LaunchBox\Themes\ folder there should be a file called "Documentation.pdf". This has all the information about the controls and their property built into LaunchBox for use with Big Box theming.
  8. When using the new FlowControl/FlowTemplate set up introduced in 11.10 by default it does the above image. You have to set the Endless property to true to get the bottom. So yes the new control in 11.10 supports your request. That being said I don't believe any theme currently uses this set up in the CoverFlow views and so you would have to theme your own to do so.
  9. Yeah I'm not sure what they are called inside of CTC itself, I just know the control it produces to play them. I assume they are label "User Controlled Video" or something similar inside of the editor though.
  10. @G22 Out of curiosity does your theme utilize a UCVideo control made available via the CTC?
  11. Open Steam. In the top right where it says your profile name. Press "View my profile page". Your page will load. Right click on the background and select "Copy Page Url" from the context menu that opens up. Then paste the link into a browser or notepad and you should see the link with the id in it.
  12. There is a Big Box option that controls the visibility of those as well (though what Neil said is usually the cause). In Big Box Options in the Images section there should be a line item called "Show Platform Fanart Images" (or something similar) make sure that box is checked.
  13. Disregard. I'm pretty confident I have found the reason for this behavior. Thanks for the report.
  14. @MazJohn [Mr Arcade] @neil9000 Unfortunately I cannot reproduce the issue you are reporting. Could either of you ensure that your debug log is on and try to use the "Launch With..." like you are describing, let it fail (or not respond) then close Big Box and send me the most recent log in your \\LaunchBox\Logs\ folder?
  15. Right now there is a bug in current build that would make your navigation wonky so would be best to wait until final release which hopefully will be out very early next week. That being said to achieve what you want you would alter PlatformWheel1FiltersView.xaml (or whichever view you prefer). Look for the coverFlow:Flowcontrol tag. Remove CoverFactory and ImageType properties. Add properties Columns (set to 1) and Endless (set to true). Add a FlowTemplate (see WallGamesView.xaml, or the theme documentation) and make the only control between the FlowContext tags be a single Textblock with the Text property binding of "{Binding Name}". Make sure you set a foreground color that would be visible for your theme as well.
  16. If willing, could you turn on debug logging and try to reproduce it. When it happens then close out of Big Box and PM me the most recent log file in the \\Launchbox\Logs\ folder. I'll see if there anything I can use in there to see what may be happening.
  17. Is it happening consistently for the same game (like does the same game SOMETIMES work when you come back or does it always fail)
  18. You experiencing the need to do this inside of LaunchBox or on the GamesDB website?
  19. Was this in beta 8 or 7?
  20. When you see this if you don't push anything and wait a few seconds do the images show or no?
  21. Feel free to discuss it, just please do so in another thread.
  22. Another option would be to install a clean version of MAME, then add that clean version as a new emulator in LB and point to that when importing. Then after the ROMs are imported change the Arcade platform default emulator to the one you are using now and it will update the games to use it. Not ideal, but I don't know what it takes to disable the devreorder and how that burden compares.
  23. You can create a Platform Category and place playlists in those, as well as nest them to give you the ability to do what you ultimately want. Then in Big Box instead of opening to Platform view you would use Platform Category view.
  24. At this point I'm not sure the best way to proceed. You could potential create the xml file yourself that we parse and make sure it outputs correctly but I sincerely doubt that the official build has any problems doing so. To dump the XML file simply run the command line: mame -listxml > listdump.xml
  25. Ah ok. Thanks for the clarification.
×
×
  • Create New...