Code: Select all
CreateDisplay(0, {Width=1920, Height=1080, Mode="SystemScale", ScaleMode=#SCALEMODE_AUTO, Smoothscale=True, FitScale=True, KeepProportions=True, sizeable=True})
OpenDisplay(0)
Why does this line fail? I assumed using SystemScale and #ScaleMode_Auto would have made it to basically work always.