‎2007 Aug 31 8:59 AM
Hello
Does anybody know if there is a function which returns the resolution of the computer screen ?
Ex : 800 * 600 pixels or 1280 * 1024 ?
I need this information to adapt the size of a docking container.
Thank you for your help.
‎2007 Aug 31 9:04 AM
you can check the variable sy-scols and sy-srows. It´s not the resolution but its proportional to the resolution and it heold the number of rows and columns available on the screen.
But BE AWARE, these values change when you resize the window.
‎2007 Aug 31 9:04 AM
you can check the variable sy-scols and sy-srows. It´s not the resolution but its proportional to the resolution and it heold the number of rows and columns available on the screen.
But BE AWARE, these values change when you resize the window.