<code>
Local window:TGadget
Local DTop:TGadget = Desktop:TGadget()
Local dtw:Int = GadgetWidth(DTop)
Local dth:Int = GadgetHeight(DTop)
Print dtw+" , "+dth
<end code>
This code returns 2080 for the width of my desktop.
I am using a screen resolution of 1280x1024. Maximum for my monitor is 1920.
Why does GadgetWidth return such a high value?
Local window:TGadget
Local DTop:TGadget = Desktop:TGadget()
Local dtw:Int = GadgetWidth(DTop)
Local dth:Int = GadgetHeight(DTop)
Print dtw+" , "+dth
<end code>
This code returns 2080 for the width of my desktop.
I am using a screen resolution of 1280x1024. Maximum for my monitor is 1920.
Why does GadgetWidth return such a high value?