The idea was to use a big screen tv as a second monitor to display the app.
The app will alwas open on the laptop screen, and then I drag it to the extended screen. Then I can use alt + enter to get it fullscreen, but it will get black borders all around. (This might be because this monitor have slightly higher resolution than my laptop, even if I did set them both to 1920x1080) If I instead maximize the window first, it will fill the screen. But then, if I press Alt+Enter, the app will crash.
The error message is "errror opening screen", and it points to function waitevent.
Code: Select all
@DISPLAY {Title = "Bingo", ScaleMode = #SCALEMODE_AUTO, Orientation = #ORIENTATION_LANDSCAPE, HideTitleBar = True, Sizeable = True}
First,I wonder if this could be a bug?
Next, I like to know if there is a way to disable the Alt+Enter function for my app, just to avoid accidental crashes?
Edit: forgot to mention this is on a win10/x64 system.