cancel
Showing results for 
Search instead for 
Did you mean: 

Find out user's screen size ?

daniel_humberg
Contributor
0 Kudos

Is it possible to find out the size of the user's current browser window in pixels in WebDynpro for ABAP?

(i need this because I have a popup that is 100% high and 100% wide (works well), and on that popup I want to add a GANTT control with 100% width and height as well. Unfortunately, the CHART control does not accept a dynamical height (100% width works, but 100% height is not suported).

Accepted Solutions (0)

Answers (2)

Answers (2)

TomVanDoo
Active Contributor
0 Kudos

make the rootuiElementcontainer of layout type matrixLayout

and turn "stretchVertically" property on

maybe that will work?

Former Member
0 Kudos

Hi,

As per my view, we can't get the user screen size. Let's wait, if someone have any better idea on this.