Ie, I have three output screens, and I want to set which one is the focused screen so that the keystrokes from that screen are processed. I have figured out how to tell which one is in focus, but not how to set which one is the focus…
Sorry, I should have specified, I’m using the Skia renderer, not stride, where there doesn’t seem to be a title parameter. I’ve attempted to add this manually:
glad it works, but there is a better way to do that with skia:
first, you shouldn’t modify nodes from the library, since that will be overwritten on the next update.
for the Skia window, there are the System.Windows nodes that modify its state, you just have to reference the VL.CoreLib.Windows package for that:
Something interesting is happening, basically I have 4 screens, and 3 of them have renderers, and I am switching focus between them. When I set the renderers to full screen without setting the SetWindowState they go full screen, but with it it leaves the taskbar at the bottom.
I’ve got around this by adding a monoflop with a delay, so after the patch opens, and the three screens go full screen, it makes them all windowed for a second, and then back to full screen which seems to be working.
As another workaround you could set the taskbar to only be visible on the primary screen and make the screen that hasn’t got a renderer primary (if it isn’t already).
Something else interesting is happening, I thought it might have something to do with different resolutions of my test monitors, but I’ve now tested on 3 identical projectors for the slideshow, and when they are all put into full screen one of the screens “overlaps” a small amount into the next one, even though all 3 are full screen. I’m running a quadro p620, one monitor as the GUI, and three as the outputs of the three slideshows.