Jump to content
LaunchBox Community Forums

bbweiners

Members
  • Posts

    375
  • Joined

  • Last visited

Everything posted by bbweiners

  1. Ok, after several days I figured it out. Now my only question is -- does anyone know how to make the child window fade in and out? WinGet, active_id, ID, A Gui, BlackScreen: New, +Parent%active_id% +HwndBlackScreenId1, BlackScreen TempVar := A_ScreenHeight +100 Gui, BlackScreen: Show, h%TempVar% w%A_ScreenWidth% Gui, BlackScreen: Color,Black,000000 WinSet, Top, , ahk_id %BlackScreenID1% OnMessage(0x0022, "BlackScreenActivate") ; WM_BlackScreenACTIVATE BlackScreenActivate() { If (A_Gui <> "BigBox") && (A_Gui <> "BlackScreen1") { Gui, BlackScreen1:+LastFound WinSet, Top } }
  2. Here's a bit of code to give a crude idea of what I'm looking for -- Gui, BigBox: New, +HwndmainGuiId +Resize, BigBox Gui, BigBox: Show, x0 y0 w1920 h1080 Gui, BlackScreen: New, +ParentBigBox +HwndBlackScreenId1, BlackScreen Gui, BlackScreen: Show, x0 y0 w1920 h1080 Gui, BlackScreen: Color,Black,000000 The issue is I want to use the actual BigBox (BigBox.exe) not a Gui Window called Bigbox
  3. Hi All, I have a XAML question. I'm not sure if this is the best spot to post it or not, so I apologize if it's not. I wanted to know if there's a way that I can have a black screen (AutoHotKey script using a gui) that will always be on top of Bigbox once the script is launched with a Windows game, but not on top of anything else. I want to do this for running Windows games. There's always different amounts of time between launching a game and when the game is displayed or running. Typically, the BigBox startup screen ends and you're back looking at Bigbox until the game loads. I know how to create a black screen using the gui command in AutoHotKey. I'm also familiar with +AlwaysOnTop. +AlwaysOnTop will cover BigBox, but it typically covers the game too. I've looked into child/parent relations with AHK but I can't quite seem to wrap my head around how to do it with an app (BigBox) and a gui. If this isn't possible I would also like to know. Thanks!
  4. Awesome, thank you!
  5. Hi Faeron, I guess it would be nice to know both answers. For my specific issue, it's inside of a wheel. Thanks!
  6. Hi All, I'm trying to create a theme that uses 3D Cart Images. I want to use custom ones that only the theme I'm creating uses. What is the path necessary to place the custom images and have my theme use those images? I've tried -- ThemeName/Images/Games/Games Cart3D ThemeName/Images/Games/Games Cart 3D ThemeName/Images/Games/Games Cart - 3D I know @faeran did it with his Vision theme for fanart using Vision/Images/Games/Games Background
  7. I didn't see that one, haha. Thanks Christian!
  8. Hi, Does anyone know if we can use the new 3D Boxes that Launchbox generates in the Wheel/Coverflow? Thanks!
  9. Cool. Thanks Christian.
  10. Thanks guys! I believe the issue that I'm having is that we can't have more than 1 FlowControl Wheel. Is that correct? Thanks!
  11. @C-Beats Could you possibly show me an example? For some reason I'm just not getting it. Thanks!
  12. Great! Thank you
  13. Hi, Does anyone know if it's possible to have the wheel show a games name in text rather than using an image, like a clear logo, banner, etc... Thanks!
  14. Hi all, I'm not sure if this is normal or not. But BigBox tends to take about 15 seconds to start if I haven't ran it in a while. If I close and reopen it, within a few hours, it takes about 5 seconds. I realize that it BigBox must still be in my RAM, so that's why it opens so much faster after it's already ran. But, should it take 15 or so seconds to open if it hasn't been ran in a while? I know the startup times were improved in a somewhat recent version of BigBox. I'm just not sure if it should always be starting fast, or if it's normal to take a while upon first running it. Thanks!
      • 2
      • Like
  15. Hi, I'm not sure if this is a bug, or if this is intended. Loading ActiveGame images now take about 0.5 - 1.0 seconds longer. I only know this because I have some themes that show a black screen while games are transitioning form one to another, and when the black screen disappears, it still is showing the images of a previous game for about 0.5 - 1.0 seconds until it loads the new ones. Not a big deal. If this is intended for active game images to take slightly longer to load that's cool. I'm just curious if I should start changing my timing settings to adjust. Thanks!
  16. Sounds good.
  17. @C-Beats One other issue I've noticed is that in Platforms views when you select a recently played game, the white box that selects the game appears to be cut off a bit at the bottom. It's like it's a few pixels too thin. I believe this may be the same issue with the WallViews when that was first made and I had pointed it out. Sorry Christian, I know I'm a nitpicky pain, haha.
  18. Cool. Thanks!
  19. I'm not sure how important this is, but following up on the ListBoxScrollCenterNS_05.dll, it only seems to crash BigBox when it starts if you are using that plugin in the SystemView.xaml file. You can use the plugin in Games or Platforms/Filters view with no issues.
  20. Do you have documentation for that?
  21. Oh good to hear @C-Beats. Thank you for letting me know that!
  22. @faeran I've been creating themes for probably 5 years or so. I'm still old fashioned and just write my themes in notepad. I pretty much use the Community Theme Creator for the plugins. So, once I've created a theme, I don't update them or anything.
  23. The plugin causing this for me is ListBoxScrollCenterNS_05.dll
  24. It's still crashing upon startup for me too. I did troubleshoot it down to it being a plugin issue. I have some themes I created that use a lot of different plugins. I tried removing the plugins directory for the theme that BigBox defaults to on startup. When the plugins directory was removed, Bigbox started fine. When I put the plugins directory back in, it crashed. I'm guessing if @Suhrvivor tried removing the plugins directory for whatever theme he/she is using when BigBox starts, they will find that solves the crashing issue. I reverted back to 12.14 and it's fine with the plugins. Now the question is... What plugin is causing this???
  25. Nope
×
×
  • Create New...