Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wheel items not shown when returning from media capture #228

Open
jueank opened this issue Dec 10, 2023 · 1 comment
Open

Wheel items not shown when returning from media capture #228

jueank opened this issue Dec 10, 2023 · 1 comment

Comments

@jueank
Copy link

jueank commented Dec 10, 2023

I'm using PinballY 1.1.0. Beta 6.
When returning from media capture (in my case: Visual Pinball X), all wheel images disappear. The user can only blindly navigate through the list of tables in PinballY or can use the info line if it contains the table name. This can only be reset by starting another table and returning back to PinballY or restarting PinballY.

@jueank
Copy link
Author

jueank commented Jan 8, 2024

The issue seems related to the FlexDMD.js script.
I added these lines to it and the issue is not appearing anymore on my system:

mainWindow.on("runafter", ev => {
    mainWindow.launchOverlay.bg.clear(0xff404040);
    mainWindow.showWheel(true);
});

mainWindow.on("gameover", ev => {
    mainWindow.launchOverlay.bg.clear(0xff404040);
    mainWindow.showWheel(true);
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant