-
Posts
280 -
Joined
-
Days Won
4
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by superrob3000
-
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
-
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.
-
Thanks, could you please grab the new version I posted (v5.0.6), and then try again and send the new log file?
-
@joepensource you posted the big box log files. I need the ThirdScreen log file: ThirdScreenLog.txt
-
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).
-
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.
-
@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"
- 47 replies
-
- 1
-
-
- cli
- command line interface
-
(and 5 more)
Tagged with:
-
@flynnb1234 You can use it to display game controls but there is currently no option to cycle though images with a button press.
- 154 replies
-
- third screen
- platform marquee videos
- (and 3 more)
-
Hi @drady. Just go to tools->ThirdScreen Settings. Then click the gear icon in the upper right and select "Medium Shift Handling".
- 154 replies
-
- third screen
- platform marquee videos
- (and 3 more)
-
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
- 154 replies
-
- 1
-
-
- third screen
- platform marquee videos
- (and 3 more)
-
@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).
- 154 replies
-
- third screen
- platform marquee videos
- (and 3 more)
-
@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
-
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
-
Same for me, FYI. Launchbox starts but not bigbox. No log file gets generated.
-
That's probably from ThirdScreen. Are you sure you deleted all plugins?
-
Try passing the Hide parameter to the Run commands like @derekpacoAlt mentioned above. I'll update the instructions to include it.
- 47 replies
-
- cli
- command line interface
-
(and 5 more)
Tagged with:
-
Thanks, but is there also a Thirdscreen debug log?(LaunchBox/Logs/ThirdScreenLog.txt)
- 154 replies
-
- third screen
- platform marquee videos
- (and 3 more)
-
@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
- 154 replies
-
- third screen
- platform marquee videos
- (and 3 more)