Jump to content
LaunchBox Community Forums

midd

Members
  • Posts

    139
  • Joined

  • Last visited

Everything posted by midd

  1. Thanks. I found on x-arcade's site that multimouse should be set to 0. I did it and everything is working. Thanks for replying!
  2. I'm reviving this old thread because I'm at a loss. I tried two versions of golden tee ('99 and 2k) for the first time but my trackball isn't working. I can swing the club with the joystick but I'd rather use the trackball. I have the mouse enabled in my ini file: # CORE INPUT OPTIONS # coin_lockout 1 ctrlr mouse 1 joystick 1 lightgun 1 multikeyboard 0 multimouse 1 # CORE INPUT AUTOMATIC ENABLE OPTIONS # paddle_device mouse adstick_device joystick pedal_device joystick dial_device mouse trackball_device mouse lightgun_device lightgun positional_device keyboard mouse_device mouse
  3. I got the game marquees to fit my 19" lcd bar perfectly. I switched to the original xaml code and changed vertical alignment to "Top". ntrol 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="562" d:DesignWidth="1000" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" FocusVisualStyle="{x:Null}" BorderThickness="0" Margin="0" Padding="0" Background="#000"> <Grid VerticalAlignment="Stretch" HorizontalAlignment="Stretch"> <Image Source="{Binding Path=SelectedGame.MarqueeImagePath}" Stretch="Uniform" HorizontalAlignment="Center" VerticalAlignment="Top" RenderOptions.BitmapScalingMode="HighQuality" /> </Grid> </UserControl>
  4. I’m almost there for the game marquees. But it’s not displaying the entire image. I’m using the xaml code found in this thread. What do I need to adjust?
  5. Thanks. I'll check it out when I get home.
  6. were you able to figure it out>
  7. Have you checked out this video?
  8. I'm interested in Telstar. Care to share Winarcadia config for it?
  9. ok thanks. I figured as much but wanted to be sure.
  10. Does 8.6 Launchbox replace Launchbox.Next?
×
×
  • Create New...