1
Window / wxWidgets/SFML fullscreen issue
« on: July 29, 2014, 05:27:25 am »
I use wxWidgets as the main windowing toolkit and create a child frame to host SFML for portability.
I'm currently experimenting with using a child wxFrame over the SFML frame for hosting an embedded VLC video window. Everything works fine until I enter full screen mode on my primary monitor.
wxWidgets has a ShowFullScreen() method that can be used and I'm not setting SFML full screen while doing so. The application feels like it is entering an exclusive full screen mode and for some reason no video playback is displayed. Setting the main window to bordless and maximized causes the same behavior. This only occurs on the primary monitor in a triple monitor setup essentially when the child SFML frame and the owner frame equal the resolution/position of the primary monitor. I haven't tried this on a single monitor setup, so it may or may not occur.
I'm currently using SFML 2.1 and wxWidgets 3.0.0 compiled using gcc (x32-4.8.1-posix-sjlj-rev5) on Win32. I'm rather unfamiliar with SFML and am hoping that I'm overlooking something obvious. Any suggestions for overcoming this behavior? I've yet to try Linux but I do suspect this is Win32-specific.
Windows 7 x64
NVIDIA GeForce GTX 560 Ti - Driver v337.88
I'm currently experimenting with using a child wxFrame over the SFML frame for hosting an embedded VLC video window. Everything works fine until I enter full screen mode on my primary monitor.
wxWidgets has a ShowFullScreen() method that can be used and I'm not setting SFML full screen while doing so. The application feels like it is entering an exclusive full screen mode and for some reason no video playback is displayed. Setting the main window to bordless and maximized causes the same behavior. This only occurs on the primary monitor in a triple monitor setup essentially when the child SFML frame and the owner frame equal the resolution/position of the primary monitor. I haven't tried this on a single monitor setup, so it may or may not occur.
I'm currently using SFML 2.1 and wxWidgets 3.0.0 compiled using gcc (x32-4.8.1-posix-sjlj-rev5) on Win32. I'm rather unfamiliar with SFML and am hoping that I'm overlooking something obvious. Any suggestions for overcoming this behavior? I've yet to try Linux but I do suspect this is Win32-specific.
Windows 7 x64
NVIDIA GeForce GTX 560 Ti - Driver v337.88