mjrgh / PinballY

A table browser and launcher ("front end") for virtual pinball cabinets.
Other
47 stars 22 forks source link

Double logo showing after choosing table #152

Closed githubmarie closed 3 years ago

githubmarie commented 4 years ago

When I choose to start a table a second table logo appears just above the table logo that is highlighted in the wheel.

Also when the table ends this same behaviour is noticable. Aftter the table fully stops the second logo also disappears again and I can scroll in the wheel.

As a picture says more than words: https://ibb.co/vPnJMRY

I have: latest Pinbally 64 bit (I didn't have this with 32 bit) W7 64 Dutch

tried: Under Restore full-screen windows based on:, select Exact saved pixel coordinates but no result.

mjrgh commented 3 years ago

The image seems to be missing.

Are you using any Javascript add-ons? It sounds like you're probably hiding the normal black background that appears during game loading.

mjrgh commented 3 years ago

This isn't reproducible, so I'm going to assume you're doing something with Javascript that's causing it. You should be able to fix it at the script level.

githubmarie commented 3 years ago

Just saw your messages. If it is useful, please see the screenshot. I am not having any programming skills, so not using javascript. Yes I was hiding the black picture. Trying to achieve: if you merely want to keep the game's background video or image showing during launch, for a "seamless" launch effect, all you have to do is provide a transparent PNG file for the launch background. For your convenience, a suitable file called "Transparent.png" is included in the Media file. Simply copy this file into the Media > Images folder and rename it to "Game Launch Background.png" gnr

mjrgh commented 3 years ago

The transparent PNG would definitely be the problem - that's leaving the full normal display intact, including the wheel icon, so what you're seeing is the wheel icon for the launch superimposed over the normal screen. You can fix this easily by using the techniques in the Seamless Launch example in the help:

http://mjrnet.org/pinscape/downloads/PinballY/Help/SeamlessLoadingExample.html

You can also find a drop-in version of the script here:

https://github.com/PinballY/PinballY-Addons-and-Examples/tree/main/seamless-launch

githubmarie commented 3 years ago

Will look into that and try. Thanks!