Jump to content
LaunchBox Community Forums

superrob3000

Members
  • Posts

    280
  • Joined

  • Days Won

    4

Everything posted by superrob3000

  1. I don't know if you can disable it, but you can make it so that you have to hold back down for a while in order to get to the menu. It works well to keep people out of the settings. BigBox Settings Menu->Options->General->Require Holding Back to Navigate to System Menu
  2. Awesome, Enjoy... And thank you for the donation! As far as getting this working with BigBox's normal marquee handling, I don't think it's supported. But you (or anyone else) can always try submitting a feature request to have the marquee repositioned in response to windows display settings changes.
  3. Thanks, could you please grab the new version I posted (v5.0.6), and then try again and send the new log file?
  4. @joepensource you posted the big box log files. I need the ThirdScreen log file: ThirdScreenLog.txt
  5. Well it's supposed to trigger a reset for your marquee display(s) whenever any of your display settings change so I would have expected it to work. Go to Tools->ThirdScreen Settings, click the gear icon in the upper right and double check that you have "Medium Shift Handling" selected. If that doesn't work then I'd be curious to see the log file. Select "Debug Log File Enabled" on that same settings screen, do the thing that doesn't work, then send me the log file (LaunchBox/Logs/ThirdScreenLog.txt).
  6. If you can't figure out how to get this working you could try switching to the ThirdScreen plugin for your marquee. This scenario should work without any issue when using the plugin.
  7. @banggun Sure, no problem. Try version 7.0.0. I added a command to launch a game by the game id. For example: "C:\Users\MyUserName\LaunchBox\ThirdParty\CLI_Launcher\CLI_Launcher.exe" launch_by_id "1e48ac15-55e2-47f7-a33e-486451a16def"
  8. @flynnb1234 You can use it to display game controls but there is currently no option to cycle though images with a button press.
  9. Hi @drady. Just go to tools->ThirdScreen Settings. Then click the gear icon in the upper right and select "Medium Shift Handling".
  10. Version 5.0.3 now splits the per-screen mute option (under additional settings) into separate in-game mute and out-of-game mute options. @HiRez00, @dsync89
  11. @Cadu The latest version (v2.0.1) should fix it. Please remember to check "Include Game Manuals" when running the tool.
  12. @Cadu Thanks, I see the same thing and I'm working on a fix.
  13. @KuGambit That is a 9000 IQ idea to use the screen types for that. And it will actually work with a small tweak. First grab the latest version of ThirdScreen that I just posted (v5.0.2). Then open ThirdScreen settings, click the gear icon in the upper right, and choose "Disable Display Validation". You can then stack two marquee "screens" on a single monitor (using Bottom 1/2 cut off, Top 1/2 cut off) or even three (using Bottom 2/3 cut off, Top+Bottom 1/3 cut off, Top 2/3 cut off).
  14. @C-Beats Also I just did a test and it doesn't happen if I disable startup/end screens for MAME under Manage->Emulators. So if topmost is being altered for startup/end screens it seems like it's ending up getting applied to the main window and sometimes not getting cleared. For me it's not 100% of the time but it's up around 90%. Hope that helps... Here's the source for the workaround in case it might give you any clues (it's just a few lines): https://github.com/superrob3000/TempBigBoxTopmostCleanup/blob/master/TempBigBoxTopmostCleanup/App_SystemEvents.cs
  15. @C-Beats Thank you for looking. The issue is definitely present without any plugins (deleting all plugins was the first thing I tried just to make sure I hadn't caused the issue myself).
  16. Nice job on the marquee view! Sorry I don't know of any other way to fix the shifting issue if not using the plugin.
  17. @flanx also if all you are looking for is a fix for the shifting issue, you could try putting your marquee to the right of your main monitor in display settings.
  18. You can't use the xaml file but the plugin shouldn't have any issues displaying your custom marquee files as long as you have added them as marquees in LaunchBox.
  19. I have also been having the same issue after exiting MAME games and finally decided to look into it. @kim_sama98 @kingkoopa505 @Frankie_Sambuca Please try dropping the attached file into your LaunchBox/Plugins folder and restart BigBox. This fixed it for me (can't promise it will fix it for you). Edit: There's a chance this workaround might not work when running as non-admin (I haven't tried it). So if it doesn't work at first, try right-clicking on BigBox and selecting "Run as Administrator" before giving up. @C-Beats If any of the devs want to look into this, the issue I was seeing is that sometimes after exiting a MAME game, the BigBox window's topmost flag is set and remains set. I won't guess why that is happening, but I did verify it with GetWindowLong(hWnd, GWL_EXSTYLE). All the plugin is doing as a workaround is checking for this condition and clearing topmost with SetWindowPos(hWnd, HWND_NOTOPMOST, ...) when needed. TempBigBoxTopmostCleanup.dll
  20. Same for me, FYI. Launchbox starts but not bigbox. No log file gets generated.
  21. That's probably from ThirdScreen. Are you sure you deleted all plugins?
  22. Try passing the Hide parameter to the Run commands like @derekpacoAlt mentioned above. I'll update the instructions to include it.
  23. @brandon83dale Can you try replacing the ThirdScreen settings file with this one? If it still fails, then check to see if it created a log file this time (LaunchBox/Logs/ThirdScreenLog.txt). ThirdScreenSettings.xml
×
×
  • Create New...