cancel
Showing results for 
Search instead for 
Did you mean: 

determ user windows screen size from awd

Former Member
0 Kudos

Is it possible to determine what is end user windows screen size from abap web dynpro?

I need to dynamicly change button sizes and places depending user screen size.

I dont want to create another aplication for this kind of easy job.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi reko.....

if you want to change the size of the button....

you just mention it in % instead of pixels... it wold automatically get adjusted.

---regards,

alex b justin

Former Member
0 Kudos

Yes Alex i know, but i want to do that dynamicly and input for those dynamic values depend what is user screen size.

Reko

thomas_szcs
Active Contributor
0 Kudos

Hello Reko,

the problem here is that the browser does not transfer this information to the server. Even the size of the browser window is not available. I could only be measured after loading a Web Dynpro application by script. That's too late. So, I am afraid, there's no chance to get this information easily. In portal you could have an iView with a BSP though that contains an self developed activeX to get this information in advance.

Best regards,

Thomas

Former Member
0 Kudos

hi, i do not need broswer screen size i need windows display size in pixels.

Is there any windows api to do this?

Thanks

Reko