jack110
2 discussion posts
Goal:
I have an application with window header and status bar. I'd like to place them off the viewable screen area and have the content of the application taking up the whole screen.
Problem:
BFS.Window.SetSize and BFS.Window.SetSizeAndLocation scripted function does not allow me to resize window larger than monitor screen size. Ex: I have 2 portrait monitor w/ combined resolution of 2160x1920. I'd like to resize my window to 2160x2100px.
Question:
Is there a solution or workaround? I imagine this is an artificial limitation since I can manually resize window using the mouse to dimension larger than the monitor size.