Jump to content
LaunchBox Community Forums

chinagreenelvis

Members
  • Posts

    39
  • Joined

  • Last visited

Recent Profile Visitors

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

chinagreenelvis's Achievements

8-Bit Processor

8-Bit Processor (3/7)

9

Reputation

  1. I'm trying to get eXoDos 5 running on an older laptop running Windows 7 32-bit (I could install 64-bit but it runs slow) and it came with LaunchBox 11.6. I've tried the installer for 11.6; I installed the .NET desktop runtime, I've installed 2015 Visual C, but when I try to run LaunchBox the program crashes immediately. Should I be trying a previous release? Did 11.6 not work on 32-bit?
  2. Windows 10 runs terribly on old hardware. Meanwhile, Launchbox and DOSBox run great in Win7 on the same hardware. I myself have a laptop from 2004 that has no performance issues under Windows 7. If I try to put 10 on it, the CPU usage is at a near-constant 100%. Why would I want to upgrade the entire operating system for a software update? Newer versions of software don't necessarily take up more resources. Newer versions of an OS absolutely do. And why would security updates matter on a machine dedicated entirely to running emulated games?
  3. Is there still no way to filter games according to badge critera like whether or not they have multiple versions, etc? I.E. to show only those games that have a particular badge?
  4. And it looks like getting rid of "Version..." is a simple find/replace in the xml files under Data/Platforms. Find: " Version...</Name>" Replace: "</Name>" (Note the space before V in Version.) End result:
  5. For anyone interested, in 12.9 the file is MenuItemView, and the xaml file contents are changed to the following in order to wrap the contents: <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="300" HorizontalAlignment="Stretch" MaxWidth="{Binding ActualWidth, RelativeSource={RelativeSource AncestorType={x:Type ListBox}}}" FocusVisualStyle="{x:Null}"> <Border Name="Border" Width="{Binding ActualWidth, RelativeSource={RelativeSource AncestorType={x:Type ListBox}}}"> <TextBlock Name="Text" TextTrimming="None" TextWrapping="WrapWithOverflow" HorizontalAlignment="Stretch" /> </Border> </UserControl>
  6. Oh, wow, you're right - "Version..." is just being added onto the end during the import/combine process. That really threw me off. I have no need to see the full game title in that list. Additionally, I am able to make the text wrap in that window for games with longer versions (usually translations), but I did a full find/replace for every file in a copy of the default theme so I'm still not sure exactly which file handles it. I'll figure it out eventually just replacing them one at a time with the defaults. But now the OCD in me wants "Version..." removed from those lists, LOL.
  7. Correct, the top-most popup menu. I want to remove the ellipses and wrap the titles. Just not sure which file to edit.
  8. That file doesn't exist anywhere in my installation, but it looks like the behavior is probably goverened by "TextTrimming=" and "TextWrapping=" so I suppose it's down to trial and error with different xaml files. If anyone knows the name of the file I'm looking for in LaunchBox 12.9, appreciated.
  9. Just to clarify - the pop up menu here which truncates the entries; I'd like to get rid of that truncation and see the entire name of each option.
  10. My game listings in LaunchBox are combined for games that have additional versions. If I select even just one of those games and try to export either to Android or I choose export ROM files, Launchbox only exports the default game version... How can I make it also export the additional versions?
  11. I authored a custom theme for Big Box a few years back but I don't remember much about the process apart from mostly using the Community editor with a few files edited manually. Most of the time when I'm browsing additional versions of a game, I can't read the full filename because the font size is so large and the menu is so small. Is there a way to change this, or a file I can pull from another theme that does?
  12. I'm getting this same problem on Launchbox 12.9, does anyone know what the problem is? I haven't changed any local files in well over a year.
  13. Which parts of the XAML govern the color of the text that has been made green? I'd like to change that.
    A much more logical arrangement of the info. Manuals and other documents in the info panel should be STANDARD, I absolutely vote to integrate that into the core LaunchBox features.
×
×
  • Create New...