Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Always on top, no matter what, loading screen?  (Read 1177 times)

0 Members and 1 Guest are viewing this topic.

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9269
  • Last login:Yesterday at 06:04:37 am
  • ...
Always on top, no matter what, loading screen?
« on: November 13, 2012, 09:43:14 pm »
I'm having trouble making a loading or blacked out screen persistant enough to cover up Makaron v12.7 while it's loading.
I'd done this before while running the vertical shmups windowed by throwing up black GUIs in authotkey.
Code: [Select]
Gui -Caption +ToolWindow                                       
Gui, Color, 0                                                                               
Gui, Show, x0 y0 h%A_Screenheight% w%A_ScreenWidth%, HSHIDE   

Gui, 2: +AlwaysOnTop -Caption +ToolWindow                                       
Gui, 2: Color, 0                                                                                 
Gui, 2: Show, x0 y0 h%A_Screenheight% w%A_ScreenWidth%, HSHIDE   

I also tried using splashimage.

The new build runs the game fullscreen instead (rotating monitor), the script successfully covers up the first NAOMI dialogue box, but fails to cover the NAOMI - PVR window that shows for a second or two before the game goes fullscreen.  This wasn't an issue with the previous setup because the game would start in that window.  I also had to set the resolution in Makaron to my desktop resolution to fix a problem when exiting back to Mala.  Apparently that affects the size of the windowed PVR window and it's now the size of the desktop and a bigger eyesore.

So are there any foolproof methods of keeping everything concealed until the game goes fullscreen?